# 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 = "proc-macro2-fallback" version = "1.0.66" authors = ["David Tolnay "] description = "Only the non-libproc_macro-based codepath of the proc-macro2 crate" license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/proc-macro2" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "doc_cfg", "--generate-link-to-definition", ] targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = false [dependencies.unicode-ident] version = "1" [dev-dependencies.proc-macro2] version = "1" default_features = false [dev-dependencies.quote] version = "1" default_features = false