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-lite" 16version = "0.2.8" 17exclude = ["/.*", "/tools"] 18description = "A lightweight version of pin-project written with declarative macros.\n" 19keywords = ["pin", "macros"] 20categories = ["no-std", "rust-patterns"] 21license = "Apache-2.0 OR MIT" 22repository = "https://github.com/taiki-e/pin-project-lite" 23[package.metadata.docs.rs] 24targets = ["x86_64-unknown-linux-gnu"] 25[dev-dependencies.macrotest] 26version = "1.0.8" 27 28[dev-dependencies.rustversion] 29version = "1" 30 31[dev-dependencies.static_assertions] 32version = "1" 33 34[dev-dependencies.trybuild] 35version = "1.0.49" 36