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 | 2960bb3 | 2020-05-18 15:51:06 -0700 | [diff] [blame] | 16 | version = "0.4.17" |
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 | 2960bb3 | 2020-05-18 15:51:06 -0700 | [diff] [blame] | 29 | version = "=0.4.17" |
Chih-Hung Hsieh | 6f3e927 | 2020-05-13 16:08:03 -0700 | [diff] [blame] | 30 | default-features = false |