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 = "2021"
14rust-version = "1.56"
15name = "pin-project-internal"
16version = "1.1.3"
17description = """
18Implementation detail of the `pin-project` crate.
19"""
20keywords = [
21    "pin",
22    "macros",
23    "attribute",
24]
25categories = [
26    "no-std",
27    "no-std::no-alloc",
28    "rust-patterns",
29]
30license = "Apache-2.0 OR MIT"
31repository = "https://github.com/taiki-e/pin-project"
32
33[package.metadata.docs.rs]
34targets = ["x86_64-unknown-linux-gnu"]
35
36[lib]
37proc-macro = true
38
39[dependencies.proc-macro2]
40version = "1.0.60"
41
42[dependencies.quote]
43version = "1"
44
45[dependencies.syn]
46version = "2.0.1"
47features = [
48    "full",
49    "visit-mut",
50]
51
52[dev-dependencies]
53