[package]
name = "futures-shuttle"
version = "0.2.1"
authors = ["Cyril Plisko <cyril.plisko@mountall.com>"]
description = "Futures-aware shuttle synchronization object"
documentation = "https://docs.rs/futures-shuttle"
readme = "README.md"
keywords = ["shuttle", "futures", "synchronization"]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/imp/futures-shuttle-rs.git"
[dependencies.futures-core]
version = "0.2.0-beta"
[dependencies.parking_lot]
version = "0.5"
[dev-dependencies.futures]
version = "0.2.0"
[features]
pedantic = []
[badges.gitlab]
repository = "imp/futures-shuttle-rs"
[badges.maintenance]
status = "experimental"