arkhe-kernel 0.13.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.13.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"

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

[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"]
default-features = false

[dependencies.ml-dsa]
version = "=0.1.0-rc.9"

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

[dependencies.rand]
version = "0.9"
features = [
    "std",
    "std_rng",
]
default-features = false

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