1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-19 01:53:11 +01:00
actix-net/actix-testing/Cargo.toml

27 lines
697 B
TOML
Raw Permalink Normal View History

2019-09-17 12:04:20 +02:00
[package]
name = "actix-testing"
2020-12-29 00:54:21 +01:00
version = "2.0.0-beta.1"
2019-09-17 12:04:20 +02:00
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2020-12-29 00:54:21 +01:00
description = "Various helpers for Actix applications to use during testing"
2019-09-17 12:04:20 +02:00
keywords = ["network", "framework", "async", "futures"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/actix-testing/"
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
2019-09-17 12:04:20 +02:00
edition = "2018"
2020-05-19 07:08:08 +02:00
readme = "README.md"
2019-09-17 12:04:20 +02:00
[lib]
name = "actix_testing"
path = "src/lib.rs"
[dependencies]
actix-rt = "2.0.0-beta.1"
2019-12-11 05:34:50 +01:00
actix-macros = "0.1.0"
2020-12-29 00:54:21 +01:00
actix-server = "2.0.0-beta.1"
actix-service = "2.0.0-beta.1"
2019-09-17 12:04:20 +02:00
log = "0.4"
socket2 = "0.3"