pin-project 0.4.0-alpha.2

A crate for safe and ergonomic pin-projection.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "pin-project"
version = "0.4.0-alpha.2"
authors = ["Taiki Endo <te316e89@gmail.com>"]
description = "A crate for safe and ergonomic pin-projection."
documentation = "https://docs.rs/pin-project/"
readme = "README.md"
keywords = ["pin", "macros", "attribute"]
categories = ["rust-patterns"]
license = "Apache-2.0/MIT"
repository = "https://github.com/taiki-e/pin-project"
[package.metadata.docs.rs]
all-features = true
[dependencies.pin-project-internal]
version = "=0.4.0-alpha.2"
default-features = false
[dev-dependencies.compiletest]
version = "0.3.21"
features = ["stable", "tmp"]
package = "compiletest_rs"

[features]
project_attr = ["pin-project-internal/project_attr"]
renamed = ["pin-project-internal/renamed"]