# 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 = "trait-variable-macros" version = "0.3.6" exclude = [ "target/*", ".vscode/*", ".github/*", "tests/*", "justfile", ] description = "Make variable fields feasible in trait definition(the procedural macros part)." documentation = "https://docs.rs/trait_variable_macros" readme = "README.md" keywords = [ "trait", "variable", "type", "macro", "code-generation", ] categories = [ "development-tools::cargo-plugins", "development-tools::build-utils", "language-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dbsxdbsx/trait_variable_macros" [profile.release] lto = true codegen-units = 1 strip = "debuginfo" [lib] proc-macro = true [[test]] name = "basic" path = "tests/basic.rs" [dependencies.lazy_static] version = "^1.4" [dependencies.once_cell] version = "^1.8" [dependencies.paste] version = "^1.0" [dependencies.proc-macro2] version = "^1.0" [dependencies.quote] version = "^1.0" [dependencies.regex] version = "^1.5" [dependencies.syn] version = "^1.0" features = ["full"] [dev-dependencies]