# 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 = "ste" version = "0.1.0-alpha.11" authors = ["John-John Tedro "] description = "A single-threaded executor with some tricks up its sleeve." homepage = "https://github.com/udoprog/audio" documentation = "https://docs.rs/audio" readme = "README.md" keywords = ["thread", "executor"] categories = ["concurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/audio" resolver = "2" [dependencies.tokio] version = "1.4" features = ["rt"] optional = true [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.4" features = ["rt", "macros", "sync", "time"] [features] default = ["tokio"] [target."cfg(loom)".dependencies.loom] version = "0.4"