# 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-state-read-vm" version = "0.7.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Essential state reading VM" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-base" [lib] name = "essential_state_read_vm" path = "src/lib.rs" [[test]] name = "bytecode" path = "tests/bytecode.rs" [[test]] name = "state_read" path = "tests/state_read.rs" [[test]] name = "state_slots" path = "tests/state_slots.rs" [[test]] name = "util" path = "tests/util.rs" [[test]] name = "vm" path = "tests/vm.rs" [dependencies.essential-constraint-vm] version = "0.6.0" [dependencies.essential-state-asm] version = "0.6.0" [dependencies.essential-types] version = "0.5.0" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.tokio] version = "1.41" features = [ "macros", "test-util", ] default-features = false [features] tracing = ["dep:tracing"]