# 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 = "essential-app-utils" version = "0.6.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for building Essential applications" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-integration" [lib] name = "essential_app_utils" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.essential-builder] version = "0.10.0" [dependencies.essential-builder-db] version = "0.5.0" [dependencies.essential-debugger] version = "0.2.0" optional = true [dependencies.essential-hash] version = "0.7.0" [dependencies.essential-node] version = "0.8.0" features = ["tracing"] [dependencies.essential-node-db] version = "0.4.0" [dependencies.essential-node-types] version = "0.2.0" [dependencies.essential-rest-client] version = "0.6.0" optional = true [dependencies.essential-sign] version = "0.7.0" [dependencies.essential-types] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.uuid] version = "1.11.0" features = ["v4"] [features] test-utils = [ "dep:essential-debugger", "dep:essential-rest-client", ]