# 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-utils" version = "0.2.0" description = "Utilities for the Barley engine" homepage = "https://github.com/panthios/barley" documentation = "https://docs.rs/barley-utils" readme = "README.md" keywords = [ "barley", "utils", "utilities", "engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/panthios/barley" [dependencies.anyhow] version = "1.0.71" [dependencies.barley-runtime] version = "0.2.0" [dependencies.reqwest] version = "0.11.17" optional = true [dependencies.tokio] version = "1.28.1" [dev-dependencies.tokio] version = "1.28.1" features = [ "test-util", "macros", ] [features] fs = [ "tokio/fs", "io", ] full = [ "time", "fs", "io", "http", "process", ] http = ["reqwest"] io = ["tokio/io-util"] process = ["tokio/process"] reqwest = ["dep:reqwest"] time = ["tokio/time"]