[package] name = "vin-core" version = "8.1.0" edition = "2021" categories = ["concurrency"] description = "Core types and traits for vin" homepage = "https://github.com/mscofield0/vin" repository = "https://github.com/mscofield0/vin" keywords = ["actor", "concurrency"] license-file = "../../LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1" tokio = { version = "1.21", features = ["macros", "rt", "rt-multi-thread", "parking_lot", "sync", "time"] } anyhow = "1.0" thiserror = "1.0" lazy_static = "1.4" downcast-rs = "1.2" log = "0.4" futures = "0.3" crossbeam = "0.8" async-channel = "1.7"