# 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.61.0" name = "unsynn" version = "0.0.19" authors = ["Christian Thäter "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", "ROADMAP.md", "COOKBOOK.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Proc-macro parsing made easy" documentation = "https://docs.rs/unsynn" readme = "README.md" keywords = [ "parser", "macros", "proc_macro", ] categories = [ "development-tools::procedural-macro-helpers", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://git.pipapo.org/cehteh/unsynn.git" [lib] name = "unsynn" path = "src/lib.rs" [dependencies.mutants] version = "0.0.3" [dependencies.proc-macro2] version = "1.0.81" features = [ "proc-macro", "span-locations", ] [features] default = [] impl_debug = [] impl_display = [] [lints.clippy] dbg_macro = "forbid" missing_const_for_fn = "warn" unwrap_used = "deny" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unknown_lints = "allow" [lints.rustdoc] missing_crate_level_docs = "warn" missing_doc_code_examples = "warn"