archimedes-kernel 2.0.0

Minimal lawful movement kernel for disciplined digital reality construction
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"
name = "archimedes-kernel"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal lawful movement kernel for disciplined digital reality construction"
readme = "README.md"
keywords = [
    "kernel",
    "deterministic",
    "audit",
    "reality",
]
categories = [
    "development-tools",
    "simulation",
]
license = "MIT"
repository = "https://github.com/archimedes-research/archimedes-kernel"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.postcard]
version = "1.1.3"
features = ["alloc"]
default-features = false

[dependencies.rand]
version = "0.8"

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

[dependencies.sha2]
version = "0.10"