1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 01:11:07 +01:00
actix-net/actix-rt/Cargo.toml

22 lines
570 B
TOML
Raw Normal View History

2018-12-10 04:55:40 +01:00
[package]
name = "actix-rt"
2020-04-29 20:07:12 +02:00
version = "1.1.1"
2018-12-10 04:55:40 +01:00
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix runtime"
keywords = ["network", "framework", "async", "futures"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/actix-rt/"
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
2018-12-10 04:55:40 +01:00
edition = "2018"
[lib]
name = "actix_rt"
path = "src/lib.rs"
[dependencies]
2019-12-11 05:34:50 +01:00
actix-macros = "0.1.0"
tokio = { version = "1", features = ["rt", "net", "signal", "sync", "time"] }