# 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-macro" version = "0.1.14" authors = ["Peter Corlett "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation detail for `#[zoet]` macro" 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_macro" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro-error] version = "1.0.4" features = ["syn-error"] default-features = false [dependencies.proc-macro2] version = "1.0.86" features = ["span-locations"] default-features = false [dependencies.quote] version = "1.0.36" default-features = false [dependencies.syn] version = "1.0.109" features = [ "extra-traits", "fold", "full", ] [features] alloc = [] clippy-insane = [] nightly = []