# 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 = "zoet" version = "0.1.14" authors = ["Peter Corlett "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Adds `#[zoet]` macro to reduce boilerplate when implementing common traits." readme = "README.md" keywords = [ "macro", "derive", "trait", "boilerplate", "sweet", ] categories = [ "development-tools", "development-tools::procedural-macro-helpers", "no-std", "rust-patterns", ] license = "MIT" [package.metadata.cargo-all-features] [lib] name = "zoet" path = "src/lib.rs" [[test]] name = "copy_attrs" path = "tests/copy_attrs.rs" [[test]] name = "future" path = "tests/future.rs" [[test]] name = "generics" path = "tests/generics.rs" [[test]] name = "iterator" path = "tests/iterator.rs" [[test]] name = "length" path = "tests/length.rs" [[test]] name = "multi_attrs" path = "tests/multi_attrs.rs" [[test]] name = "nightly" path = "tests/nightly.rs" [[test]] name = "std_tests" path = "tests/std_tests.rs" [[test]] name = "try_from" path = "tests/try_from.rs" [dependencies.zoet-macro] version = "0.1.14" default-features = false [features] alloc = ["zoet-macro/alloc"] clippy-insane = ["zoet-macro/clippy-insane"] default = ["alloc"]