ergo-supervisor 0.1.0-alpha.1

Kernel supervisor for deterministic execution, capture, and replay in the Ergo graph engine
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 = "ergo-supervisor"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel supervisor for deterministic execution, capture, and replay in the Ergo graph engine"
homepage = "https://github.com/ergo-engine/ergo"
readme = "README.md"
keywords = [
    "ergo",
    "supervisor",
    "replay",
    "capture",
    "scheduler",
]
categories = [
    "development-tools",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ergo-engine/ergo"

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

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

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

[dependencies.ergo-adapter]
version = "0.1.0-alpha.1"

[dependencies.ergo-runtime]
version = "0.1.0-alpha.1"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"