# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "barley-runtime" version = "0.6.0" description = "The Barley runtime" homepage = "https://github.com/panthios/barley" documentation = "https://docs.rs/barley-runtime" readme = "README.md" keywords = [ "barley", "runtime", "context", "scripting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/panthios/barley" resolver = "1" [dependencies.async-trait] version = "0.1.68" [dependencies.futures] version = "0.3.28" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.1" features = [ "sync", "rt", "time", ] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.3.3" features = ["v4"]