# 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 = "schema2code" version = "0.1.4" authors = ["Lurian "] description = "Generate Code in any language from a JSON Schema compliant document" readme = "README.md" categories = [ "development-tools", "code-generation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lur1an/schema2code" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.lazy_static] version = "1.4.0" [dependencies.monostate] version = "0.1.9" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.33" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.serde_yaml] version = "0.9.25" [dependencies.syn] version = "2.0.29"