2018-12-11 01:16:40 +01:00
|
|
|
[package]
|
|
|
|
name = "actix-utils"
|
2022-10-21 04:15:48 +02:00
|
|
|
version = "3.0.1"
|
2021-04-01 10:31:42 +02:00
|
|
|
authors = [
|
|
|
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
|
|
|
"Rob Ede <robjtede@icloud.com>",
|
|
|
|
]
|
2021-04-17 03:00:36 +02:00
|
|
|
description = "Various utilities used in the Actix ecosystem"
|
2018-12-11 01:16:40 +01:00
|
|
|
keywords = ["network", "framework", "async", "futures"]
|
|
|
|
categories = ["network-programming", "asynchronous"]
|
2021-04-17 03:00:36 +02:00
|
|
|
repository = "https://github.com/actix/actix-net"
|
2020-07-14 12:11:30 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2023-07-17 04:05:39 +02:00
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
2018-12-11 01:16:40 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2021-04-01 14:53:44 +02:00
|
|
|
pin-project-lite = "0.2"
|
2021-03-30 14:39:10 +02:00
|
|
|
local-waker = "0.1"
|
2020-12-26 22:27:59 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-12-21 21:36:26 +01:00
|
|
|
actix-rt = "2"
|
|
|
|
futures-util = { version = "0.3.17", default-features = false }
|
2021-11-14 20:45:15 +01:00
|
|
|
static_assertions = "1.1"
|