futures-shuttle 0.2.1

Futures-aware shuttle synchronization object
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]
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"