[package] name = "turbosloth" description = "On-demand computation" repository = "https://github.com/h3r2tic/turbosloth" version = "0.2.0" authors = ["Tomasz Stachowiak "] edition = "2018" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/turbosloth" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1" #tracing = "0.1" twox-hash = { version = "1.5", default-features = false } [dev-dependencies] hotwatch = "0.4" lazy_static = "1.4" tokio = { version = "0.2", features = ["rt-core", "rt-threaded"] } anyhow = "1.0"