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