• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "pin-project-lite"
3version = "0.2.9"
4edition = "2018"
5rust-version = "1.37"
6license = "Apache-2.0 OR MIT"
7repository = "https://github.com/taiki-e/pin-project-lite"
8keywords = ["pin", "macros"]
9categories = ["no-std", "rust-patterns"]
10exclude = ["/.*", "/tools"]
11description = """
12A lightweight version of pin-project written with declarative macros.
13"""
14
15[package.metadata.docs.rs]
16targets = ["x86_64-unknown-linux-gnu"]
17
18[workspace]
19members = [
20    "tests/doc",
21    "tests/no-core",
22    "tests/no-std",
23]
24
25[dev-dependencies]
26macrotest = { git = "https://github.com/taiki-e/macrotest.git", rev = "779cfa5" } # https://github.com/eupn/macrotest/pull/69
27rustversion = "1"
28static_assertions = "1"
29trybuild = "1.0.49"
30