[go: nahoru, domu]

blob: e60195d1572edfbb80466ffb7060f0cd30c75948 [file] [log] [blame]
Joel Galenson91032682020-10-05 08:12:06 -07001[package]
2name = "pin-project-lite"
David LeGare634c6e62022-03-02 16:21:04 +00003version = "0.2.8"
Joel Galenson91032682020-10-05 08:12:06 -07004edition = "2018"
David LeGare634c6e62022-03-02 16:21:04 +00005rust-version = "1.37"
Joel Galenson91032682020-10-05 08:12:06 -07006license = "Apache-2.0 OR MIT"
7repository = "https://github.com/taiki-e/pin-project-lite"
Joel Galenson91032682020-10-05 08:12:06 -07008keywords = ["pin", "macros"]
9categories = ["no-std", "rust-patterns"]
Joel Galensonac372482021-08-09 10:37:31 -070010exclude = ["/.*", "/tools"]
Joel Galenson91032682020-10-05 08:12:06 -070011description = """
12A lightweight version of pin-project written with declarative macros.
13"""
14
David LeGare634c6e62022-03-02 16:21:04 +000015[package.metadata.docs.rs]
16targets = ["x86_64-unknown-linux-gnu"]
17
Joel Galenson91032682020-10-05 08:12:06 -070018[workspace]
David LeGare634c6e62022-03-02 16:21:04 +000019members = [
20 "tests/doc",
21 "tests/no-core",
22 "tests/no-std",
23]
Joel Galenson91032682020-10-05 08:12:06 -070024
Joel Galenson91032682020-10-05 08:12:06 -070025[dev-dependencies]
Joel Galensoncf7ddbd2021-05-19 16:19:38 -070026macrotest = "1.0.8"
Chih-Hung Hsieh5bb3e832020-10-26 16:54:20 -070027rustversion = "1"
28static_assertions = "1"
David LeGare634c6e62022-03-02 16:21:04 +000029trybuild = "1.0.49"