blob: 4d6b3267088deed8db99615ab22a8b6b8511be64 [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"
Jeff Vander Stoep90d300d2023-02-06 08:52:46 +010016version = "1.0.23"
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"
Jeff Vander Stoep67d4ae12022-12-13 14:07:23 +010022keywords = [
23 "macros",
24 "syn",
25]
Rolf Karp41997102018-10-28 23:41:43 +010026categories = ["development-tools::procedural-macro-helpers"]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070027license = "MIT OR Apache-2.0"
28repository = "https://github.com/dtolnay/quote"
Jeff Vander Stoep67d4ae12022-12-13 14:07:23 +010029
Haibo Huang202ace92020-04-30 15:57:56 -070030[package.metadata.docs.rs]
31targets = ["x86_64-unknown-linux-gnu"]
Jeff Vander Stoep67d4ae12022-12-13 14:07:23 +010032
Jeff Vander Stoep90d300d2023-02-06 08:52:46 +010033[lib]
34doc-scrape-examples = false
35
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070036[dependencies.proc-macro2]
Jeff Vander Stoep67d4ae12022-12-13 14:07:23 +010037version = "1.0.40"
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070038default-features = false
Jeff Vander Stoep67d4ae12022-12-13 14:07:23 +010039
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070040[dev-dependencies.rustversion]
Chih-Hung Hsieha8f50532020-03-20 12:42:34 -070041version = "1.0"
Alex Crichtondd5f6452017-05-19 19:24:44 -070042
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -070043[dev-dependencies.trybuild]
Jeff Vander Stoep90d300d2023-02-06 08:52:46 +010044version = "1.0.66"
Chih-Hung Hsieha8f50532020-03-20 12:42:34 -070045features = ["diff"]
David Tolnaya7819842019-07-14 16:19:42 -070046
David Tolnay55fb0782018-05-20 17:18:26 -070047[features]
48default = ["proc-macro"]
David Tolnay97d45712019-08-13 09:03:03 -070049proc-macro = ["proc-macro2/proc-macro"]