[package]
name = "typify"
version = "0.0.11"
edition = "2021"
license = "Apache-2.0"
description = "JSON schema to rust type code generator"
repository = "https://github.com/oxidecomputer/typify"
readme = "../README.md"
keywords = ["json", "schema", "proc_macro"]
categories = ["api-bindings", "compilers"]
[features]
default = ["macro"]
macro = ["typify-macro"]
[dependencies]
typify-macro = { version = "0.0.11", path = "../typify-macro", optional = true }
typify-impl = { version = "0.0.11", path = "../typify-impl" }
[dev-dependencies]
expectorate = "1.0.6"
glob = "0.3.1"
quote = "1.0.24"
regress = "0.5.0"
rustfmt-wrapper = "0.2.0"
schemars = "0.8.12"
serde = "1.0.155"
serde_json = "1.0.94"
trybuild = "1.0.79"
uuid = { version = "1.3.0", features = ["serde"] }