blob: df64f703525814b34eeeafb56c9e075e648362c3 [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 Huang2960bb32020-05-18 15:51:06 -070016version = "0.4.17"
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 Huang2960bb32020-05-18 15:51:06 -070029version = "=0.4.17"
Chih-Hung Hsieh6f3e9272020-05-13 16:08:03 -070030default-features = false