[go: up one dir, main page]

tower 0.3.0-alpha.1a

Tower is a library of modular and reusable components for building robust clients and servers.
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 = "tower"
version = "0.3.0-alpha.1a"
authors = ["Tower Maintainers <team@tower-rs.com>"]
description = "Tower is a library of modular and reusable components for building robust\nclients and servers.\n"
homepage = "https://github.com/tower-rs/tower"
documentation = "https://docs.rs/tower/0.3.0-alpha.1"
readme = "README.md"
keywords = ["io", "async", "non-blocking", "futures", "service"]
categories = ["asynchronous", "network-programming"]
license = "MIT"
repository = "https://github.com/tower-rs/tower"
[dependencies.futures-core-preview]
version = "=0.3.0-alpha.18"

[dependencies.tower-buffer]
version = "=0.3.0-alpha.1b"

[dependencies.tower-discover]
version = "=0.3.0-alpha.1"

[dependencies.tower-layer]
version = "=0.3.0-alpha.1"

[dependencies.tower-limit]
version = "=0.3.0-alpha.1"

[dependencies.tower-load-shed]
version = "=0.3.0-alpha.1"

[dependencies.tower-retry]
version = "=0.3.0-alpha.1"

[dependencies.tower-service]
version = "=0.3.0-alpha.1"

[dependencies.tower-timeout]
version = "=0.3.0-alpha.1"

[dependencies.tower-util]
version = "=0.3.0-alpha.1"
[dev-dependencies.env_logger]
version = "0.5.3"
default-features = false

[dev-dependencies.futures-util-preview]
version = "=0.3.0-alpha.18"

[dev-dependencies.log]
version = "0.4.1"

[dev-dependencies.tokio]
version = "=0.2.0-alpha.4"

[dev-dependencies.tower-test]
version = "=0.3.0-alpha.1"

[features]
default = ["full"]
full = []