tower/tower-test/Cargo.toml

30 lines
858 B
TOML

[package]
name = "tower-test"
# When releasing to crates.io:
# - Remove path dependencies
# - Update html_root_url.
# - Update doc url
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.3.0-alpha.1"
authors = ["Tower Maintainers <team@tower-rs.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tower-rs/tower"
homepage = "https://github.com/tower-rs/tower"
documentation = "https://docs.rs/tower-test/0.3.0-alpha.1"
description = """
Utilities for writing client and server `Service` tests.
"""
categories = ["asynchronous", "network-programming"]
edition = "2018"
[dependencies]
futures-util-preview = "0.3.0-alpha.18"
futures-executor-preview = "0.3.0-alpha.18"
tokio-test = "0.2.0-alpha.2"
tokio-sync = "0.2.0-alpha.2"
tower-service = "0.3.0-alpha.1"
pin-utils = "0.1.0-alpha.4"