# 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-relayer" version = "0.3.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Relay blocks from Essential builder to Essential node" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-node" [lib] name = "essential_relayer" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [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-types] version = "0.5.0" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.12.5" features = [ "json", "stream", "json", "stream", "native-tls-alpn", ] [dependencies.rusqlite] version = "0.32" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tokio-util] version = "0.7.11" [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.essential-sign] version = "0.7.0" [dev-dependencies.secp256k1] version = "0.30" features = [ "rand", "std", "hashes", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = [] tracing = ["dep:tracing"]