[package] name = "alknet-typedef" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Binary struct engine: takes a JSON Schema with TypeDef:* custom keywords and produces an offset map, read/write functions, and validation" repository = "https://git.alk.dev/alkdev/alktype" [lib] name = "alknet_typedef" [features] default = [] [dependencies] jsonschema = { version = "0.46", default-features = false } serde_json = { version = "1", features = ["preserve_order"] }