[go: nahoru, domu]

blob: 563806ae35f5c67423acf05c182d4c248a71bb5f [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
David LeGare634c6e62022-03-02 16:21:04 +00006# to registry (e.g., crates.io) dependencies.
Joel Galenson91032682020-10-05 08:12:06 -07007#
David LeGare634c6e62022-03-02 16:21:04 +00008# 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.
Joel Galenson91032682020-10-05 08:12:06 -070011
12[package]
13edition = "2018"
David LeGare634c6e62022-03-02 16:21:04 +000014rust-version = "1.37"
Joel Galenson91032682020-10-05 08:12:06 -070015name = "pin-project-lite"
David LeGare634c6e62022-03-02 16:21:04 +000016version = "0.2.8"
Joel Galensonac372482021-08-09 10:37:31 -070017exclude = ["/.*", "/tools"]
Joel Galenson91032682020-10-05 08:12:06 -070018description = "A lightweight version of pin-project written with declarative macros.\n"
Joel Galenson91032682020-10-05 08:12:06 -070019keywords = ["pin", "macros"]
20categories = ["no-std", "rust-patterns"]
21license = "Apache-2.0 OR MIT"
22repository = "https://github.com/taiki-e/pin-project-lite"
23[package.metadata.docs.rs]
24targets = ["x86_64-unknown-linux-gnu"]
Joel Galensoncf7ddbd2021-05-19 16:19:38 -070025[dev-dependencies.macrotest]
26version = "1.0.8"
27
Joel Galenson91032682020-10-05 08:12:06 -070028[dev-dependencies.rustversion]
Chih-Hung Hsieh5bb3e832020-10-26 16:54:20 -070029version = "1"
30
31[dev-dependencies.static_assertions]
32version = "1"
Joel Galenson91032682020-10-05 08:12:06 -070033
34[dev-dependencies.trybuild]
David LeGare634c6e62022-03-02 16:21:04 +000035version = "1.0.49"