[dependencies.proc-macro2]
version = "1.0.60"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "visit-mut"]
version = "2.0.1"
[dev-dependencies]
[lib]
proc-macro = true
[package]
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
description = "Implementation detail of the `pin-project` crate.\n"
edition = "2021"
keywords = ["pin", "macros", "attribute"]
license = "Apache-2.0 OR MIT"
name = "pin-project-internal"
repository = "https://github.com/taiki-e/pin-project"
rust-version = "1.56"
version = "1.1.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]