# 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 = "polywrap_schemafy" version = "0.1.1" authors = [ "Markus Westerlind ", "Nestor Amesty ", ] description = "Generates serializable Rust types from a json schema" documentation = "https://docs.rs/schemafy" readme = "README.md" 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"] [[bin]] name = "schemafy" path = "src/main.rs" required-features = ["tool"] [dependencies.Inflector] version = "0.11" [dependencies.anyhow] version = "1" optional = true [dependencies.polywrap_schemafy_lib] version = "0.1.0" [dependencies.schemafy_core] 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.structopt] version = "0.3" optional = true [dependencies.syn] version = "1.0" [dependencies.tempfile] version = "3" optional = true [build-dependencies.polywrap_schemafy_lib] version = "0.1.0" [build-dependencies.schemafy_core] version = "0.6.0" [features] generate-tests = [] internal-regenerate = [] tool = [ "anyhow", "structopt", "tempfile", ]