[package] name = "i-codegen-code" description = "Common tools supporting the `derive-codegen` crate." version = "0.0.5" edition = "2021" authors = ["Cole Lawrence "] license = "Apache-2.0 OR MIT" repository = "https://github.com/colelawrence/derive-codegen" documentation = "https://docs.rs/derive-codegen/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] generate = ["serde_json", "linkme"] # experimental to attempt to more accurately locate locations in code. experimental = ["generate", "serde-reflection"] [dependencies] serde = { workspace = true } serde_json = { workspace = true, optional = true } linkme = { version = "0.3", optional = true } serde-reflection = { version = "0.3.6", optional = true }