[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "visit-mut"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["Taiki Endo <te316e89@gmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "An internal crate to support pin_project - do not use directly\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 = "0.4.6"