# 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-node-cli" version = "0.8.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Essential node CLI" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-node" [lib] name = "essential_node_cli" path = "src/lib.rs" [[bin]] name = "essential-node" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs] version = "5" [dependencies.essential-node] version = "0.8.0" [dependencies.essential-node-api] version = "0.8.0" [dependencies.essential-node-types] version = "0.2.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] optional = true [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = ["tracing"] tracing = [ "dep:tracing", "dep:tracing-subscriber", "essential-node-api/tracing", ]