# 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-check" version = "0.9.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core logic related to validating Essential state transitions." homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-base" [lib] name = "essential_check" path = "src/lib.rs" [[test]] name = "encoding" path = "tests/encoding.rs" [[test]] name = "predicate" path = "tests/predicate.rs" [[test]] name = "solution" path = "tests/solution.rs" [[test]] name = "util" path = "tests/util.rs" [[bench]] name = "check_contract" path = "benches/check_contract.rs" harness = false [dependencies.essential-constraint-vm] version = "0.6.0" [dependencies.essential-hash] version = "0.7.0" optional = true [dependencies.essential-sign] version = "0.7.0" [dependencies.essential-state-read-vm] version = "0.7.0" [dependencies.essential-types] version = "0.5.0" [dependencies.rayon] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.41" features = [ "macros", "test-util", ] default-features = false [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [dev-dependencies.essential-hash] version = "0.7.0" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.secp256k1] version = "0.30" features = [ "recovery", "rand", "std", ] [dev-dependencies.sha2] version = "0.10.8" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] tracing = [ "dep:essential-hash", "dep:tracing", "essential-constraint-vm/tracing", "essential-state-read-vm/tracing", ]