# 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.80" name = "vermouth" version = "0.2.1" build = false exclude = [ "assets/", "examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "a new kind of parser for procedural macros" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/soqb/vermouth" [package.metadata.cargo-all-features] skip_feature_sets = [[ "proc-macro2", "unstable-diagnostics-backend", ]] [package.metadata.docs.rs] features = ["complete"] [lib] name = "vermouth" path = "src/lib.rs" [dependencies.document-features] version = "0.2.10" [dependencies.proc-macro2] version = ">=1, <=1.0.86" optional = true [dependencies.smallvec] version = "1.13.2" features = ["union"] [features] attributes = [] complete = [ "attributes", "warnings", ] default = ["attributes"] proc-macro2 = ["dep:proc-macro2"] rust-analyzer-hack = [] unstable-diagnostics-backend = [] warnings = []