# 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 = "serde_string_enum" version = "0.2.1" authors = ["Jackson Nestelroad "] exclude = [ ".vscode", "scripts", ] description = "Procedural macros for serde serialization and deserialization of string-encoded enums." documentation = "https://docs.rs/serde_string_enum" readme = "README.md" keywords = [ "serde", "serialization", "string", "enum", ] categories = [ "encoding", "no-std", ] license = "MIT" repository = "https://github.com/jackson-nestelroad/serde-string-enum" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" default-features = false [dependencies.syn] version = "2.0" [dependencies.unicase] version = "2.6" optional = true [dev-dependencies.cargo-all-features] version = "1.10" [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dev-dependencies.trybuild] version = "1.0" [features] alloc = ["serde/alloc"] default = [ "std", "unicase", ] std = [] unicase = ["dep:unicase"]