# 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 = "cargo-typify" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "cargo-typify" description = "cargo command to generate Rust code from a JSON Schema" readme = "README.md" keywords = [ "json", "schema", "cargo", ] categories = [ "api-bindings", "compilers", ] license = "Apache-2.0" repository = "https://github.com/oxidecomputer/typify" [lib] name = "cargo_typify" path = "src/lib.rs" [[bin]] name = "cargo-typify" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.env_logger] version = "0.10" [dependencies.rustfmt-wrapper] version = "0.2.1" [dependencies.schemars] version = "0.8.21" [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.128" [dependencies.typify] version = "0.2.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.expectorate] version = "1.1.0" [dev-dependencies.newline-converter] version = "0.3.0" [dev-dependencies.tempdir] version = "0.3.7"