# 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-derive" version = "0.0.5" authors = ["Cole Lawrence "] description = "Proc-macro supporting the `derive-codegen` crate." documentation = "https://docs.rs/derive-codegen/" license = "Apache-2.0 OR MIT" repository = "https://github.com/colelawrence/derive-codegen" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] proc-macro = true [dependencies.i-codegen-code] version = "0.0.5" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0.2" [dependencies.serde_derive_internals] version = "0.29.0" [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "full", ] [features] default = [] generate = ["i-codegen-code/generate"]