# 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 = "i-codegen-code" version = "0.0.5" authors = ["Cole Lawrence "] description = "Common tools supporting the `derive-codegen` crate." documentation = "https://docs.rs/derive-codegen/" license = "Apache-2.0 OR MIT" repository = "https://github.com/colelawrence/derive-codegen" [dependencies.linkme] version = "0.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-reflection] version = "0.3.6" optional = true [dependencies.serde_json] version = "1.0" optional = true [features] default = [] experimental = [ "generate", "serde-reflection", ] generate = [ "serde_json", "linkme", ]