Chih-Hung Hsieh | 6f3e927 | 2020-05-13 16:08:03 -0700 | [diff] [blame] | 1 | # 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 | |
| 13 | [package] |
| 14 | edition = "2018" |
| 15 | name = "pin-project" |
Haibo Huang | 6c94c6b | 2020-11-18 15:37:31 -0800 | [diff] [blame] | 16 | version = "1.0.2" |
Chih-Hung Hsieh | 6f3e927 | 2020-05-13 16:08:03 -0700 | [diff] [blame] | 17 | authors = ["Taiki Endo <te316e89@gmail.com>"] |
| 18 | description = "A crate for safe and ergonomic pin-projection.\n" |
| 19 | homepage = "https://github.com/taiki-e/pin-project" |
| 20 | documentation = "https://docs.rs/pin-project" |
| 21 | readme = "README.md" |
| 22 | keywords = ["pin", "macros", "attribute"] |
| 23 | categories = ["no-std", "rust-patterns"] |
| 24 | license = "Apache-2.0 OR MIT" |
| 25 | repository = "https://github.com/taiki-e/pin-project" |
| 26 | [package.metadata.docs.rs] |
| 27 | targets = ["x86_64-unknown-linux-gnu"] |
| 28 | [dependencies.pin-project-internal] |
Haibo Huang | 6c94c6b | 2020-11-18 15:37:31 -0800 | [diff] [blame] | 29 | version = "=1.0.2" |
Chih-Hung Hsieh | 6f3e927 | 2020-05-13 16:08:03 -0700 | [diff] [blame] | 30 | default-features = false |
Chih-Hung Hsieh | 127364b | 2020-10-26 16:54:29 -0700 | [diff] [blame] | 31 | [dev-dependencies.pin-project-auxiliary-macro] |
| 32 | version = "0" |
| 33 | |
| 34 | [dev-dependencies.rustversion] |
| 35 | version = "1" |
| 36 | |
| 37 | [dev-dependencies.static_assertions] |
| 38 | version = "1" |
| 39 | |
| 40 | [dev-dependencies.trybuild] |
| 41 | version = "1" |