[package] name = "s2-wms-di" version = "0.1.0" authors = ["Flux Xu "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" async-trait = "0.1" tokio = { version = "1.2", features = ["sync", "macros"] } futures = "0.3" anyhow = "1.0" parking_lot = "0.11" tracing = "0.1"