oris-kernel 0.2.12

Deterministic execution kernel for Oris.
Documentation
# 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"
rust-version = "1.80"
name = "oris-kernel"
version = "0.2.12"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic execution kernel for Oris."
readme = false
license = "MIT"
repository = "https://github.com/Colin4k1024/Oris"

[features]
default = []
execution-server = []
kernel-postgres = ["dep:sqlx"]
sqlite-persistence = ["dep:rusqlite"]

[lib]
name = "oris_kernel"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.80"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]
optional = true

[dependencies.schemars]
version = "0.8"
features = ["derive"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8.0"
features = [
    "postgres",
    "runtime-tokio-native-tls",
    "json",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.tower]
version = "0.5"
features = ["util"]