arkhe-kernel 0.15.0

Domain-neutral deterministic microkernel for virtual worlds. WAL-backed, bit-identical replay, invariant-lifetime shell brand, no async / no unsafe / no floating-point in canonical paths.
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 = "arkhe-kernel"
version = "0.15.0"
authors = ["Arkhe Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain-neutral deterministic microkernel for virtual worlds. WAL-backed, bit-identical replay, invariant-lifetime shell brand, no async / no unsafe / no floating-point in canonical paths."
homepage = "https://github.com/aceamro/ArkheKernel"
documentation = "https://docs.rs/arkhe-kernel"
readme = "README.md"
keywords = [
    "kernel",
    "deterministic",
    "virtual-world",
    "event-sourcing",
    "replay",
]
categories = [
    "data-structures",
    "simulation",
    "emulators",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aceamro/ArkheKernel"

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

[[test]]
name = "derive_macros"
path = "tests/derive_macros.rs"

[[bench]]
name = "chain_hash"
path = "benches/chain_hash.rs"
harness = false

[[bench]]
name = "codec"
path = "benches/codec.rs"
harness = false

[[bench]]
name = "dispatch"
path = "benches/dispatch.rs"
harness = false

[[bench]]
name = "signing"
path = "benches/signing.rs"
harness = false

[dependencies.arkhe-macros]
version = "0.15"

[dependencies.bitflags]
version = "2.6"
features = ["serde"]

[dependencies.blake3]
version = "1.5"

[dependencies.bytes]
version = "1.7"
features = ["serde"]

[dependencies.ed25519-dalek]
version = "2"
features = [
    "std",
    "zeroize",
]
default-features = false

[dependencies.ml-dsa]
version = "=0.1.1"
features = ["zeroize"]

[dependencies.postcard]
version = "1.0"
features = ["use-std"]

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

[dependencies.zeroize]
version = "1"

[dev-dependencies.criterion]
version = "0.8"
features = [
    "plotters",
    "cargo_bench_support",
]
default-features = false