[go: up one dir, main page]

tower 0.1.0

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.1.0"
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.1.0"
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]
version = "0.1.26"

[dependencies.tower-buffer]
version = "0.1.0"

[dependencies.tower-discover]
version = "0.1.0"

[dependencies.tower-layer]
version = "0.1.0"

[dependencies.tower-limit]
version = "0.1.0"

[dependencies.tower-load-shed]
version = "0.1.0"

[dependencies.tower-retry]
version = "0.1.0"

[dependencies.tower-service]
version = "0.2.0"

[dependencies.tower-timeout]
version = "0.1.0"

[dependencies.tower-util]
version = "0.1.0"
features = ["io"]
[dev-dependencies.env_logger]
version = "0.5.3"
default-features = false

[dev-dependencies.futures]
version = "0.1.26"

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

[dev-dependencies.tokio]
version = "0.1"

[dev-dependencies.void]
version = "1.0.2"

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