[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "visit-mut"]
version = "1.0.44"
[lib]
proc-macro = true
[package]
authors = ["Taiki Endo <te316e89@gmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "Implementation detail of the `pin-project` crate.\n"
documentation = "https://docs.rs/pin-project-internal"
edition = "2018"
homepage = "https://github.com/taiki-e/pin-project"
keywords = ["pin", "macros", "attribute"]
license = "Apache-2.0 OR MIT"
name = "pin-project-internal"
repository = "https://github.com/taiki-e/pin-project"
version = "1.0.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]