# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "runtime" version = "0.3.0-alpha.8" authors = ["The Rust Async Ecosystem Working Group"] description = "[deprecated] Empowering everyone to build asynchronous software." homepage = "https://github.com/rustasync/runtime" documentation = "https://docs.rs/runtime" readme = "README.md" keywords = ["async", "runtime", "generic", "tokio", "romio"] categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustasync/runtime" [profile.bench] codegen-units = 1 incremental = false [dependencies.futures-preview] version = "0.3.0-alpha.19" [dependencies.pin-project] version = "0.4" [dependencies.runtime-attributes] version = "0.3.0-alpha.6" default-features = false [dependencies.runtime-native] version = "0.3.0-alpha.6" optional = true [dependencies.runtime-raw] version = "0.3.0-alpha.5" [dev-dependencies.failure] version = "0.1.5" [dev-dependencies.futures-preview] version = "0.3.0-alpha.19" features = ["async-await"] [dev-dependencies.futures01] version = "0.1" package = "futures" [dev-dependencies.juliex] version = "0.3.0-alpha.8" [dev-dependencies.mio] version = "0.6.16" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.runtime-tokio] version = "0.3.0-alpha.5" [dev-dependencies.tokio] version = "0.1.19" [features] default = ["native"] native = ["runtime-attributes/native", "runtime-native"]