# 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 = "derive-attribute" version = "0.1.2" description = "A set of macros to automatically deserialize standard attributes" documentation = "https://docs.rs/derive-attribute" readme = "README.md" keywords = [ "deserialization", "proc-macro", "attribute", "derive", "macro", ] license = "MIT" repository = "https://github.com/RaccoonSupremacy/derive-attribute" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.derive-attribute-macros] version = "0.1.1" [dependencies.derive-attribute-utils] version = "0.1.1" [features] syn_1 = [ "derive-attribute-utils/syn_1", "derive-attribute-macros/syn_1", ] syn_2 = [ "derive-attribute-utils/syn_2", "derive-attribute-macros/syn_2", ]