[go: nahoru, domu]

blob: fab9dbcf93f31676805f8f349a1f9610de512ad8 [file] [log] [blame]
Joel Galenson91032682020-10-05 08:12:06 -07001# 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"
Joel Galensonac372482021-08-09 10:37:31 -070016version = "0.2.7"
Joel Galenson91032682020-10-05 08:12:06 -070017authors = ["Taiki Endo <te316e89@gmail.com>"]
Joel Galensonac372482021-08-09 10:37:31 -070018exclude = ["/.*", "/tools"]
Joel Galenson91032682020-10-05 08:12:06 -070019description = "A lightweight version of pin-project written with declarative macros.\n"
Joel Galenson91032682020-10-05 08:12:06 -070020documentation = "https://docs.rs/pin-project-lite"
Joel Galenson91032682020-10-05 08:12:06 -070021keywords = ["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"]
Joel Galensoncf7ddbd2021-05-19 16:19:38 -070027[dev-dependencies.macrotest]
28version = "1.0.8"
29
Joel Galenson91032682020-10-05 08:12:06 -070030[dev-dependencies.rustversion]
Chih-Hung Hsieh5bb3e832020-10-26 16:54:20 -070031version = "1"
32
33[dev-dependencies.static_assertions]
34version = "1"
Joel Galenson91032682020-10-05 08:12:06 -070035
36[dev-dependencies.trybuild]
Chih-Hung Hsieh5bb3e832020-10-26 16:54:20 -070037version = "1"