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