# 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" name = "rtx" version = "0.1.0" description = "RTx is a zero-cost runtime-abstraction intended for use by Rust libraries to enable the Freedom of Choice between asynchronous runtimes." documentation = "https://docs.rs/rtx" readme = "README.md" keywords = ["generic", "async", "tokio", "async-std"] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/launchbadge/rtx" resolver = "2" [dependencies.async-io] version = "1.6.0" optional = true [dependencies.async-std_] version = "1.10.0" optional = true package = "async-std" [dependencies.futures-core] version = "0.3.19" optional = true [dependencies.futures-io] version = "0.3.19" optional = true [dependencies.futures-util] version = "0.3.19" features = ["io"] optional = true [dependencies.pin-project-lite] version = "0.2.8" [dependencies.smallvec] version = "1.8.0" [dependencies.tokio_] version = "1.15.0" features = ["net", "rt"] optional = true package = "tokio" [features] async = ["futures-io", "futures-core", "futures-util"] async-std = ["async-std_", "async", "async-io"] blocking = [] default = [] tokio = ["tokio_", "async"]