]> git.proxmox.com Git - rustc.git/blame - vendor/pin-project-lite/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / pin-project-lite / Cargo.toml
CommitLineData
5869c6ff
XL
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 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-lite"
6a06907d 16version = "0.2.6"
5869c6ff 17authors = ["Taiki Endo <te316e89@gmail.com>"]
6a06907d 18exclude = ["/.*", "/scripts"]
5869c6ff
XL
19description = "A lightweight version of pin-project written with declarative macros.\n"
20documentation = "https://docs.rs/pin-project-lite"
5869c6ff
XL
21keywords = ["pin", "macros"]
22categories = ["no-std", "rust-patterns"]
23license = "Apache-2.0 OR MIT"
24repository = "https://github.com/taiki-e/pin-project-lite"
25[package.metadata.docs.rs]
26targets = ["x86_64-unknown-linux-gnu"]
6a06907d
XL
27[dev-dependencies.macrotest]
28version = "1.0.8"
29
5869c6ff
XL
30[dev-dependencies.rustversion]
31version = "1"
32
33[dev-dependencies.static_assertions]
34version = "1"
35
36[dev-dependencies.trybuild]
37version = "1"