# 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" version = "0.8.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Validation for Essential protocol" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-node" [lib] name = "essential_node" path = "src/lib.rs" [[test]] name = "run" path = "tests/run.rs" [dependencies.essential-check] version = "0.9.0" [dependencies.essential-constraint-asm] version = "0.6.0" optional = true [dependencies.essential-hash] version = "0.7.0" [dependencies.essential-node-db] version = "0.4.0" [dependencies.essential-node-types] version = "0.2.0" [dependencies.essential-relayer] version = "0.3.0" [dependencies.essential-state-asm] version = "0.6.0" optional = true [dependencies.essential-types] version = "0.5.0" [dependencies.futures] version = "0.3.30" [dependencies.rusqlite] version = "0.32" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" features = ["sync"] [dependencies.tracing] version = "0.1.40" optional = true [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.essential-constraint-asm] version = "0.6.0" [dev-dependencies.essential-sign] version = "0.7.0" [dev-dependencies.essential-state-asm] version = "0.6.0" [dev-dependencies.reqwest] version = "0.12.5" features = [ "json", "stream", ] [dev-dependencies.secp256k1] version = "0.30" features = [ "rand", "std", "hashes", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [] test-utils = [ "dep:essential-constraint-asm", "dep:essential-state-asm", ] tracing = [ "dep:tracing", "essential-relayer/tracing", "essential-check/tracing", ]