# 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 = "2018" name = "schemafy" version = "0.6.0" authors = ["Markus Westerlind "] description = "Generates serializeable Rust types from a json schema" documentation = "https://docs.rs/schemafy" keywords = ["json-schema", "code-generation"] license = "MIT" repository = "https://github.com/Marwes/schemafy" [lib] proc-macro = true [[bin]] name = "generate-tests" path = "src/generate_tests.rs" required-features = ["generate-tests"] [dependencies.Inflector] version = "0.11" [dependencies.schemafy_core] version = "0.6.0" [dependencies.schemafy_lib] version = "0.6.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1.7" [dependencies.syn] version = "1.0" [build-dependencies.schemafy_core] version = "0.6.0" [build-dependencies.schemafy_lib] version = "0.6.0" [features] generate-tests = [] internal-regenerate = []