# 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-builder" version = "0.10.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A block builder library implementation for the Essential protocol" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-builder" [lib] name = "essential_builder" path = "src/lib.rs" [[test]] name = "build_block" path = "tests/build_block.rs" [dependencies.essential-builder-db] version = "0.5.0" [dependencies.essential-builder-types] version = "0.2.0" [dependencies.essential-check] version = "0.9.0" [dependencies.essential-hash] version = "0.7.0" [dependencies.essential-node] version = "0.8.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.num_cpus] version = "1.16" [dependencies.rusqlite] version = "0.32" [dependencies.rusqlite-pool] version = "0.1.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.essential-node] version = "0.8.0" features = ["test-utils"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = [] tracing = [ "dep:tracing", "essential-check/tracing", ]