]> git.proxmox.com Git - rustc.git/blob - src/vendor/quote/Cargo.toml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / quote / Cargo.toml
1 [package]
2 name = "quote"
3 version = "0.3.15" # don't forget to update version in readme for breaking changes
4 authors = ["David Tolnay <dtolnay@gmail.com>"]
5 license = "MIT/Apache-2.0"
6 description = "Quasi-quoting macro quote!(...)"
7 repository = "https://github.com/dtolnay/quote"
8 documentation = "https://docs.rs/quote/"
9 keywords = ["syn"]
10 include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]