blob: a7a956d0758742102de89fa1651fe2104247e700 [file] [log] [blame]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -07001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
David Tolnay1a2f4632016-09-02 22:35:18 -070013[package]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070014edition = "2018"
David Tolnay97d45712019-08-13 09:03:03 -070015name = "quote"
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070016version = "1.0.2"
David Tolnay1a2f4632016-09-02 22:35:18 -070017authors = ["David Tolnay <dtolnay@gmail.com>"]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070018include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
David Tolnay3f367112016-11-24 12:12:23 -080019description = "Quasi-quoting macro quote!(...)"
David Tolnay244ece12016-11-24 12:15:20 -080020documentation = "https://docs.rs/quote/"
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070021readme = "README.md"
David Tolnaya2120112016-10-09 14:18:46 -070022keywords = ["syn"]
Rolf Karp41997102018-10-28 23:41:43 +010023categories = ["development-tools::procedural-macro-helpers"]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070024license = "MIT OR Apache-2.0"
25repository = "https://github.com/dtolnay/quote"
David Tolnay41a34302019-07-14 16:10:57 -070026
27[lib]
28name = "quote"
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070029[dependencies.proc-macro2]
30version = "1.0"
31default-features = false
32[dev-dependencies.rustversion]
33version = "0.1"
Alex Crichtondd5f6452017-05-19 19:24:44 -070034
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070035[dev-dependencies.trybuild]
36version = "1.0"
David Tolnaya7819842019-07-14 16:19:42 -070037
David Tolnay55fb0782018-05-20 17:18:26 -070038[features]
39default = ["proc-macro"]
David Tolnay97d45712019-08-13 09:03:03 -070040proc-macro = ["proc-macro2/proc-macro"]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070041[badges.travis-ci]
42repository = "dtolnay/quote"