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.13" 17exclude = [ 18 "/.*", 19 "/tools", 20 "/DEVELOPMENT.md", 21] 22description = """ 23A lightweight version of pin-project written with declarative macros. 24""" 25readme = "README.md" 26keywords = [ 27 "pin", 28 "macros", 29] 30categories = [ 31 "no-std", 32 "no-std::no-alloc", 33 "rust-patterns", 34] 35license = "Apache-2.0 OR MIT" 36repository = "https://github.com/taiki-e/pin-project-lite" 37 38[package.metadata.docs.rs] 39targets = ["x86_64-unknown-linux-gnu"] 40 41[lib] 42doc-scrape-examples = false 43 44[dev-dependencies.macrotest] 45version = "1.0.9" 46 47[dev-dependencies.once_cell] 48version = "=1.14" 49 50[dev-dependencies.proc-macro2] 51version = "=1.0.65" 52 53[dev-dependencies.quote] 54version = "=1.0.30" 55 56[dev-dependencies.rustversion] 57version = "1" 58 59[dev-dependencies.serde] 60version = "=1.0.156" 61 62[dev-dependencies.static_assertions] 63version = "1" 64 65[dev-dependencies.toml] 66version = "=0.5.9" 67 68[dev-dependencies.trybuild] 69version = "=1.0.67" 70