1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 06:04:41 +01:00

28 lines
645 B
TOML
Raw Normal View History

2019-09-17 16:04:20 +06:00
[package]
name = "actix-testing"
2020-05-19 14:08:08 +09:00
version = "1.0.1"
2019-09-17 16:04:20 +06:00
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2019-09-25 09:26:12 +06:00
description = "Actix testing utils"
2019-09-17 16:04:20 +06: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 16:04:20 +06:00
edition = "2018"
workspace = ".."
2020-05-19 14:08:08 +09:00
readme = "README.md"
2019-09-17 16:04:20 +06:00
[lib]
name = "actix_testing"
path = "src/lib.rs"
[dependencies]
actix-rt = "1.0.0"
2019-12-11 10:34:50 +06:00
actix-macros = "0.1.0"
2019-12-11 14:47:30 +06:00
actix-server = "1.0.0"
2019-12-11 10:34:50 +06:00
actix-service = "1.0.0"
2019-09-17 16:04:20 +06:00
log = "0.4"
socket2 = "0.3"