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 = "2021" 14rust-version = "1.56" 15name = "pin-project" 16version = "1.1.3" 17exclude = [ 18 "/.*", 19 "/tools", 20 "/DEVELOPMENT.md", 21] 22description = """ 23A crate for safe and ergonomic pin-projection. 24""" 25readme = "README.md" 26keywords = [ 27 "pin", 28 "macros", 29 "attribute", 30] 31categories = [ 32 "no-std", 33 "no-std::no-alloc", 34 "rust-patterns", 35] 36license = "Apache-2.0 OR MIT" 37repository = "https://github.com/taiki-e/pin-project" 38 39[package.metadata.docs.rs] 40targets = ["x86_64-unknown-linux-gnu"] 41 42[lib] 43doc-scrape-examples = false 44 45[dependencies.pin-project-internal] 46version = "=1.1.3" 47 48[dev-dependencies.macrotest] 49version = "1.0.9" 50 51[dev-dependencies.rustversion] 52version = "1" 53 54[dev-dependencies.static_assertions] 55version = "1" 56 57[dev-dependencies.trybuild] 58version = "1.0.67" 59