# 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 = "cata-derive" version = "0.1.1" authors = ["Thomas Rampelberg "] description = "procedural macros to derive traits for CLI construction" documentation = "https://docs.rs/cata" readme = "README.md" keywords = ["cli"] categories = ["command-line-interface"] license-file = "LICENSE" repository = "https://github.com/grampelberg/cata" [lib] proc-macro = true [dependencies.eyre] version = "0.6.12" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.70" features = ["visit"] [lints.clippy] cargo = "warn" complexity = "warn" correctness = "warn" missing_errors_doc = "allow" multiple_crate_versions = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] keyword-idents = "warn" let-underscore = "warn" missing_docs = "warn" rust-2024-compatibility = "warn" unused_crate_dependencies = "warn"