# 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-enum-str" version = "0.4.0" authors = ["vkill "] description = "Serialize and deserialize enum string" homepage = "https://github.com/bk-rs/serde-ext" documentation = "https://docs.rs/serde-enum-str" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/serde-ext" resolver = "1" [package.metadata.docs.rs] all-features = true [lib] proc-macro = true [dependencies.darling] version = "0.14" default-features = false [dependencies.proc-macro2] version = "1" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.serde-attributes] version = "0.2" features = [ "attr-alias", "attr-rename", "attr-rename-all", "with-darling", ] default-features = false [dependencies.syn] version = "1" features = [ "parsing", "proc-macro", "derive", ] default-features = false [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] default = ["std"] std = ["serde-attributes/std"]