[package] name = "actix-rt" version = "2.0.0-beta.1" authors = ["Nikolay Kim "] description = "Tokio-based single-thread async runtime for the Actix ecosystem" 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" edition = "2018" [lib] name = "actix_rt" path = "src/lib.rs" [dependencies] actix-macros = "0.1.0" tokio = { version = "1", features = ["rt", "net", "signal", "sync", "time"] }