2018-12-10 16:16:40 -08:00
|
|
|
[package]
|
|
|
|
name = "actix-utils"
|
2019-12-20 09:13:11 +06:00
|
|
|
version = "1.0.4"
|
2018-12-10 16:16:40 -08:00
|
|
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
|
|
|
description = "Actix utils - various actix net related services"
|
|
|
|
keywords = ["network", "framework", "async", "futures"]
|
|
|
|
homepage = "https://actix.rs"
|
|
|
|
repository = "https://github.com/actix/actix-net.git"
|
|
|
|
documentation = "https://docs.rs/actix-utils/"
|
|
|
|
categories = ["network-programming", "asynchronous"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "actix_utils"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-12-11 10:34:50 +06:00
|
|
|
actix-service = "1.0.0"
|
2019-12-11 11:28:09 +06:00
|
|
|
actix-rt = "1.0.0"
|
2019-12-11 10:23:01 +06:00
|
|
|
actix-codec = "0.2.0"
|
2019-12-20 09:13:11 +06:00
|
|
|
bytes = "0.5.3"
|
|
|
|
either = "1.5.3"
|
2019-11-14 18:38:24 +06:00
|
|
|
futures = "0.3.1"
|
2019-12-02 22:30:09 +06:00
|
|
|
pin-project = "0.4.6"
|
2019-01-26 13:21:56 -08:00
|
|
|
log = "0.4"
|