blob: c06ec0ce129f68e17efd5f120d46df2931771235 [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
David LeGarea187dc12022-03-02 16:21:25 +00006# to registry (e.g., crates.io) dependencies.
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -07007#
David LeGarea187dc12022-03-02 16:21:25 +00008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070011
David Tolnay1a2f4632016-09-02 22:35:18 -070012[package]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070013edition = "2018"
David LeGarea187dc12022-03-02 16:21:25 +000014rust-version = "1.31"
David Tolnay97d45712019-08-13 09:03:03 -070015name = "quote"
David LeGarea187dc12022-03-02 16:21:25 +000016version = "1.0.15"
David Tolnay1a2f4632016-09-02 22:35:18 -070017authors = ["David Tolnay <dtolnay@gmail.com>"]
David LeGarea187dc12022-03-02 16:21:25 +000018autobenches = false
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"
Haibo Huang202ace92020-04-30 15:57:56 -070026[package.metadata.docs.rs]
27targets = ["x86_64-unknown-linux-gnu"]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070028[dependencies.proc-macro2]
David LeGarea187dc12022-03-02 16:21:25 +000029version = "1.0.36"
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070030default-features = false
31[dev-dependencies.rustversion]
Chih-Hung Hsieha8f50532020-03-20 12:42:34 -070032version = "1.0"
Alex Crichtondd5f6452017-05-19 19:24:44 -070033
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070034[dev-dependencies.trybuild]
David LeGarea187dc12022-03-02 16:21:25 +000035version = "1.0.52"
Chih-Hung Hsieha8f50532020-03-20 12:42:34 -070036features = ["diff"]
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"]