[package] name = "barley-runtime" description = "The Barley runtime" license = "MIT OR Apache-2.0" repository = "https://github.com/panthios/barley" homepage = "https://github.com/panthios/barley" documentation = "https://docs.rs/barley-runtime" readme = "README.md" keywords = ["barley", "runtime", "context", "scripting"] version = "0.6.0" edition = "2021" [dependencies] async-trait = "0.1.68" tokio = { version = "1.28.1", features = ["sync", "rt", "time"] } uuid = { version = "1.3.3", features = ["v4"] } futures = "0.3.28" thiserror = "1.0.40" tracing = "0.1.37"