]> git.proxmox.com Git - rustc.git/blob - vendor/pin-project-lite/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / pin-project-lite / Cargo.toml
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]
13 edition = "2018"
14 rust-version = "1.37"
15 name = "pin-project-lite"
16 version = "0.2.9"
17 exclude = [
18 "/.*",
19 "/tools",
20 ]
21 description = """
22 A lightweight version of pin-project written with declarative macros.
23 """
24 keywords = [
25 "pin",
26 "macros",
27 ]
28 categories = [
29 "no-std",
30 "rust-patterns",
31 ]
32 license = "Apache-2.0 OR MIT"
33 repository = "https://github.com/taiki-e/pin-project-lite"
34
35 [package.metadata.docs.rs]
36 targets = ["x86_64-unknown-linux-gnu"]
37
38 [dev-dependencies.rustversion]
39 version = "1"
40
41 [dev-dependencies.static_assertions]
42 version = "1"
43
44 [dev-dependencies.trybuild]
45 version = "1.0.49"