# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "actix-rt" version = "2.10.0" authors = [ "Nikolay Kim ", "Rob Ede ", ] description = "Tokio-based single-threaded async runtime for the Actix ecosystem" homepage = "https://actix.rs" readme = "README.md" keywords = [ "async", "futures", "io", "runtime", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-net" [package.metadata.cargo_check_external_types] allowed_external_types = [ "actix_macros::*", "tokio::*", ] [dependencies.actix-macros] version = "0.2.3" optional = true [dependencies.futures-core] version = "0.3" default-features = false [dependencies.tokio] version = "1.23.1" features = [ "rt", "net", "parking_lot", "signal", "sync", "time", ] [dev-dependencies.tokio] version = "1.23.1" features = ["full"] [features] default = ["macros"] io-uring = ["tokio-uring"] macros = ["actix-macros"] [target."cfg(target_os = \"linux\")".dependencies.tokio-uring] version = "0.5" optional = true