• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 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.
11
12[package]
13edition = "2018"
14rust-version = "1.37"
15name = "pin-project"
16version = "1.0.10"
17exclude = ["/.*", "/ci", "/tools"]
18description = "A crate for safe and ergonomic pin-projection.\n"
19keywords = ["pin", "macros", "attribute"]
20categories = ["no-std", "rust-patterns"]
21license = "Apache-2.0 OR MIT"
22repository = "https://github.com/taiki-e/pin-project"
23[package.metadata.docs.rs]
24targets = ["x86_64-unknown-linux-gnu"]
25[dependencies.pin-project-internal]
26version = "=1.0.10"
27[dev-dependencies.macrotest]
28version = "1.0.8"
29
30[dev-dependencies.rustversion]
31version = "1"
32
33[dev-dependencies.static_assertions]
34version = "1"
35
36[dev-dependencies.trybuild]
37version = "1.0.49"
38