# 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-server" version = "0.4.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Declaritive constraint checking engine" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-server" [lib] name = "essential_server" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.essential-check] version = "0.4.0" [dependencies.essential-constraint-vm] version = "0.3.0" [dependencies.essential-hash] version = "0.2.0" [dependencies.essential-lock] version = "0.1.0" [dependencies.essential-server-types] version = "0.2.0" [dependencies.essential-sign] version = "0.2.0" [dependencies.essential-state-read-vm] version = "0.3.0" [dependencies.essential-storage] version = "0.3.0" [dependencies.essential-transaction-storage] version = "0.3.0" [dependencies.essential-types] version = "0.2.0" [dependencies.futures] version = "0.3.30" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true [dev-dependencies.essential-memory-storage] version = "0.3.0" [dev-dependencies.tracing-subscriber] version = "0.3" [features] rqlite = [] tracing = [ "dep:tracing", "essential-check/tracing", "essential-constraint-vm/tracing", "essential-state-read-vm/tracing", ]