# 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-impl" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "typify backend implementation" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/oxidecomputer/typify" [lib] name = "typify_impl" path = "src/lib.rs" [[test]] name = "test_generation" path = "tests/test_generation.rs" [[test]] name = "test_github" path = "tests/test_github.rs" [dependencies.heck] version = "0.5.0" [dependencies.log] version = "0.4.22" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.regress] version = "0.10.1" [dependencies.schemars] version = "0.8.21" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.syn] version = "2.0.77" features = ["full"] [dependencies.thiserror] version = "1.0.64" [dependencies.unicode-ident] version = "1.0.13" [dev-dependencies.env_logger] version = "0.10.2" [dev-dependencies.expectorate] version = "1.1.0" [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.rustfmt-wrapper] version = "0.2.1" [dev-dependencies.schema] version = "0.1.0" [dev-dependencies.schemars] version = "0.8.21" features = [ "uuid1", "impl_json_schema", ] [dev-dependencies.syn] version = "2.0.77" features = [ "full", "extra-traits", ] [dev-dependencies.uuid] version = "1.10.0"