# 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-core" version = "0.5.0" description = "Core traits and helpers for Deluxe procedural macro attribute parser" homepage = "https://github.com/jf2048/deluxe" documentation = "https://docs.rs/deluxe-core" license = "MIT" repository = "https://github.com/jf2048/deluxe.git" [lib] path = "lib.rs" [dependencies.arrayvec] version = "0.7.2" [dependencies.proc-macro2] version = "1.0.38" [dependencies.quote] version = "1.0.25" [dependencies.strsim] version = "0.10.0" [dependencies.syn] version = "2.0.10" features = [ "clone-impls", "derive", "extra-traits", "parsing", "printing", ] default-features = false [features] default = [ "full", "proc-macro", ] full = ["syn/full"] proc-macro = ["syn/proc-macro"]