# 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 = "deluxe" version = "0.5.0" include = [ "/src", "/tests", "/README.md", "/COPYING", ] description = "Procedural macro attribute parser" homepage = "https://github.com/jf2048/deluxe" documentation = "https://docs.rs/deluxe" readme = "README.md" keywords = [ "macros", "derive", "attributes", ] license = "MIT" repository = "https://github.com/jf2048/deluxe.git" resolver = "2" [dependencies.deluxe-core] version = "0.5.0" default-features = false [dependencies.deluxe-macros] version = "0.5.0" [dependencies.once_cell] version = "1.13.0" [dependencies.proc-macro2] version = "1.0.38" [dependencies.syn] version = "2.0.10" default-features = false [dev-dependencies.deluxe-core] version = "0.5.0" features = ["full"] default-features = false [dev-dependencies.quote] version = "1.0.25" [features] default = [ "full", "proc-macro", ] full = [ "deluxe-core/full", "syn/full", ] proc-macro = [ "deluxe-core/proc-macro", "syn/proc-macro", ]