pin-project-internal 1.0.5

Implementation detail of the `pin-project` crate.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "visit-mut"]
version = "1.0.56"
[dev-dependencies.rustversion]
version = "1"

[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"
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.5"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]