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