# 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-constraint-vm" version = "0.6.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Essential constraint checking VM" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-base" [lib] name = "essential_constraint_vm" path = "src/lib.rs" [[test]] name = "repeats" path = "tests/repeats.rs" [[bench]] name = "eval" path = "benches/eval.rs" harness = false [dependencies.ed25519-dalek] version = "2.1.1" [dependencies.essential-constraint-asm] version = "0.6.0" [dependencies.essential-types] version = "0.5.0" [dependencies.rayon] version = "1" [dependencies.secp256k1] version = "0.30" features = ["recovery"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.secp256k1] version = "0.30" features = [ "recovery", "rand", ] [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] tracing = ["dep:tracing"]