# 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 = "delve-derive" version = "0.3.0" authors = ["@DexterHill0"] description = "Provides a number of macros that make working with enums and strings more convenient." homepage = "https://github.com/DexterHill0/delve" documentation = "https://docs.rs/delve" readme = "README.md" keywords = [ "enum", "string", "macros", "proc-macros", "inspect", ] categories = [ "development-tools::procedural-macro-helpers", "parsing", ] license = "MIT" repository = "https://github.com/DexterHill0/delve" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "delve_derive" proc-macro = true [dependencies.Inflector] version = "0.11.4" [dependencies.deluxe] version = "0.1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "full", "parsing", "extra-traits", ]