json_typegen_shared 0.3.3

Codegen from JSON samples. Not intended to be used directly. See repository for the intended crates.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "json_typegen_shared"
version = "0.3.3"
authors = ["Erik Vesteraas <erik@vestera.as>"]
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.10"

[dependencies.lazy_static]
version = "1.2"

[dependencies.linked-hash-map]
version = "0.5.1"

[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"]

[dependencies.synom]
version = "0.11.3"

[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"]
local-samples = []
remote-samples = ["reqwest"]
unstable = []