# 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 = "choices-derive" version = "1.0.0" authors = ["Trisfald "] description = "HTTP configuration service by defining a struct, derive crate." documentation = "https://docs.rs/choices-derive" keywords = ["configuration", "derive", "http"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/trisfald/choices" resolver = "2" [lib] proc-macro = true [dependencies.derive-new] version = "0.5" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.syn] version = "1" features = ["full"] [features] default = [] json = ["serde", "serde_json"]