blob: 1d5cfef32134ef4ec4fbdb447b23066de51f065a [file] [log] [blame]
Chih-Hung Hsieh4fc489c2020-05-13 16:08:42 -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 LeGarefa4ad952022-03-02 16:21:21 +00006# to registry (e.g., crates.io) dependencies.
Chih-Hung Hsieh4fc489c2020-05-13 16:08:42 -07007#
David LeGarefa4ad952022-03-02 16:21:21 +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 Hsieh4fc489c2020-05-13 16:08:42 -070011
12[package]
13edition = "2018"
14name = "pin-project-internal"
David LeGarefa4ad952022-03-02 16:21:21 +000015version = "1.0.10"
Chih-Hung Hsieh9018f662020-10-26 16:54:30 -070016description = "Implementation detail of the `pin-project` crate.\n"
Chih-Hung Hsieh4fc489c2020-05-13 16:08:42 -070017keywords = ["pin", "macros", "attribute"]
18categories = ["no-std", "rust-patterns"]
19license = "Apache-2.0 OR MIT"
20repository = "https://github.com/taiki-e/pin-project"
21[package.metadata.docs.rs]
22targets = ["x86_64-unknown-linux-gnu"]
23
24[lib]
25proc-macro = true
26[dependencies.proc-macro2]
Chih-Hung Hsieh9018f662020-10-26 16:54:30 -070027version = "1"
Chih-Hung Hsieh4fc489c2020-05-13 16:08:42 -070028
29[dependencies.quote]
Chih-Hung Hsieh9018f662020-10-26 16:54:30 -070030version = "1"
Chih-Hung Hsieh4fc489c2020-05-13 16:08:42 -070031
32[dependencies.syn]
Haibo Huang48e23c52021-02-09 17:44:30 -080033version = "1.0.56"
Chih-Hung Hsieh4fc489c2020-05-13 16:08:42 -070034features = ["full", "visit-mut"]
Elliott Hughesb14652f2021-04-01 16:38:29 -070035
36[dev-dependencies]