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