# 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 = "json_typegen_shared" version = "0.7.0" authors = ["Erik Vesteraas "] description = "Codegen from JSON samples. Not intended to be used directly. See repository for the intended crates." homepage = "https://github.com/evestera/json_typegen" documentation = "https://docs.rs/json_typegen_shared" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/evestera/json_typegen" [dependencies.Inflector] version = "0.11" [dependencies.error-chain] version = "0.12.4" [dependencies.lazy_static] version = "1.2" [dependencies.linked-hash-map] version = "0.5.3" [dependencies.regex] version = "1.1" [dependencies.reqwest] version = "0.9" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.syn] version = "0.11" features = ["full", "parsing"] optional = true [dependencies.synom] version = "0.11.3" optional = true [dependencies.unindent] version = "0.1.2" [dev-dependencies.testsyn] version = "0.15" features = ["full", "parsing", "extra-traits"] package = "syn" [features] default = ["remote-samples", "local-samples", "option-parsing"] local-samples = [] option-parsing = ["syn", "synom"] remote-samples = ["reqwest"] unstable = []