# 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 = "quick-type-schema" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate json schema and language bindings" homepage = "https://github.com/davnotdev/quick-type-schema" readme = "README.md" keywords = [ "quicktype", "code-gen", "jsonschema", "json", ] license = "BSD-2-Clause" repository = "https://github.com/davnotdev/quick-type-schema" [lib] name = "quick_type_schema" path = "src/lib.rs" [[example]] name = "polygot" path = "examples/polygot.rs" [dependencies.json] version = "0.12.4" [dependencies.schemars] version = "0.8.21" optional = true [dependencies.serde_json] version = "1.0.117" optional = true [features] add_type = [ "schemars", "serde_json", ] default = ["add_type"]