[package] name = "mechanist" description = "A framework for writing highly concurrent applications." version = "0.1.0" authors = ["Silitics GmbH "] edition = "2021" repository = "https://github.com/silitics/mechanist" license = "MIT" documentation = "https://docs.rs/mechanist" categories = [] [dependencies] tokio = { version = "1", features = ["sync"] } futures = "0.3" async-trait = "0.1"