# 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 = "derive-codegen" version = "0.0.5" authors = ["Cole Lawrence "] exclude = ["/.github/**"] description = "Highly-configurable code generation tooling based on Rust types." documentation = "https://docs.rs/derive-codegen/" readme = "README.md" keywords = [ "serde", "build", "codegen", "macro", "schema", ] categories = ["development-tools::build-utils"] license = "Apache-2.0 OR MIT" repository = "https://github.com/colelawrence/derive-codegen" [dependencies.i-codegen-code] version = "0.0.5" [dependencies.i-codegen-derive] version = "0.0.5" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.insta] version = "1.30.0" [features] default = ["generate"] generate = [ "i-codegen-derive/generate", "i-codegen-code/generate", ] generate-internal = ["generate"]