# 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" version = "0.7.0" authors = ["Erik Vesteraas "] description = "Procedural macro that generates Rust types from JSON samples" homepage = "https://github.com/evestera/json_typegen" documentation = "https://docs.rs/json_typegen" readme = "README.md" keywords = ["json", "code-generation", "macro", "proc-macro", "serde"] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/evestera/json_typegen" [lib] proc-macro = true [dependencies.json_typegen_shared] version = "0.7" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [badges.travis-ci] repository = "evestera/json_typegen"