# 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" rust-version = "1.58.0" name = "conditional-trait-gen" version = "0.4.1" authors = [ "Redglyph", "Daniel Vigovszky ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trait implementation generator macro supporting conditional methods" homepage = "https://github.com/vigoo/conditional_trait_gen" documentation = "https://docs.rs/conditional-trait-gen" readme = "README.md" keywords = [ "proc-macro", "macro", "trait", "generator", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/vigoo/conditional_trait_gen" [lib] name = "conditional_trait_gen" path = "src/lib.rs" proc-macro = true [[test]] name = "integration" path = "tests/integration.rs" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.51" features = ["span-locations"] [dependencies.quote] version = "1.0.23" [dependencies.syn] version = "1.0.109" features = [ "full", "visit-mut", "extra-traits", ] [dev-dependencies.async-trait] version = "0.1.83" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [features] in_format = []