# 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-interface" version = "0.3.0" description = "A runtime interface for Barley" homepage = "https://github.com/panthios/barley" documentation = "https://docs.rs/barley-interface" readme = "README.md" keywords = [ "barley", "runtime", "interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/panthios/barley" resolver = "1" [dependencies.barley-runtime] version = "0.3.0" [dependencies.colored] version = "2" [dependencies.tokio] version = "1.28.1" features = ["sync"]