# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "typify" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON schema to rust type code generator" readme = "README.md" keywords = [ "json", "schema", "proc_macro", ] categories = [ "api-bindings", "compilers", ] license = "Apache-2.0" repository = "https://github.com/oxidecomputer/typify" [lib] name = "typify" path = "src/lib.rs" [[test]] name = "schemas" path = "tests/schemas.rs" [dependencies.typify-impl] version = "0.2.0" [dependencies.typify-macro] version = "0.2.0" optional = true [dev-dependencies.chrono] version = "0.4.38" features = ["serde"] [dev-dependencies.env_logger] version = "0.10.2" [dev-dependencies.expectorate] version = "1.1.0" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.quote] version = "1.0.37" [dev-dependencies.regress] version = "0.10.1" [dev-dependencies.rustfmt-wrapper] version = "0.2.1" [dev-dependencies.schemars] version = "0.8.21" [dev-dependencies.serde] version = "1.0.210" [dev-dependencies.serde_json] version = "1.0.128" [dev-dependencies.trybuild] version = "1.0.99" [dev-dependencies.uuid] version = "1.10.0" features = ["serde"] [features] default = ["macro"] macro = ["typify-macro"]