# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jsonschema_code_generator" version = "2.0.0" authors = ["Tim Hellhake"] description = "Crate for generating rust types from JSON schemas" documentation = "https://docs.rs/jsonschema_code_generator" readme = "README.md" keywords = ["json", "schema", "code", "generator"] license = "MPL-2.0" repository = "https://github.com/tim-hellhake/jsonschema_code_generator" [dependencies.convert_case] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.27" [dependencies.quote] version = "1.0.9" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_repr] version = "0.1.7"