# 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 = "untokio" version = "0.2.1" authors = ["MaulingMonkey "] description = "Automatically create tokio runtimes" documentation = "https://docs.rs/untokio/" readme = "Readme.md" keywords = ["async", "futures", "tokio"] categories = ["asynchronous"] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/untokio" [package.metadata.docs.rs] all-features = true targets = [] [[example]] name = "example02-tokio" required-features = ["v02"] [[example]] name = "example02" required-features = ["v02"] [[example]] name = "example03-tokio" required-features = ["v03"] [[example]] name = "example03" required-features = ["v03"] [[example]] name = "example1-tokio" required-features = ["v1"] [[example]] name = "example1" required-features = ["v1"] [dependencies.lazy_static] version = "1" [dependencies.tokio02] version = "0.2" features = ["rt-threaded"] optional = true package = "tokio" [dependencies.tokio03] version = "0.3" features = ["rt-multi-thread"] optional = true package = "tokio" [dependencies.tokio1] version = "1" features = ["rt-multi-thread"] optional = true package = "tokio" [dev-dependencies.futures] version = "0.3" [dev-dependencies.reqwest010] version = "0.10" package = "reqwest" [dev-dependencies.tokio02] version = "0.2" features = ["macros"] package = "tokio" [dev-dependencies.tokio03] version = "0.3" features = ["macros", "rt-multi-thread", "fs"] package = "tokio" [dev-dependencies.tokio1] version = "1" features = ["macros", "rt-multi-thread", "fs"] package = "tokio" [features] default = [] v02 = ["tokio02"] v03 = ["tokio03"] v1 = ["tokio1"]