scema-daemon 0.5.0

Scematica Omni — the local agent daemon. A loopback-only, token-authenticated HTTP surface over the omni cognitive loop, on the standard library.
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 = "scema-daemon"
version = "0.5.0"
authors = ["Scematica Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scematica Omni — the local agent daemon. A loopback-only, token-authenticated HTTP surface over the omni cognitive loop, on the standard library."
homepage = "https://github.com/Meta-Oracle/Scematica"
readme = "README.md"
keywords = [
    "agent",
    "daemon",
    "localhost",
    "http",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/Meta-Oracle/Scematica"

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

[[bin]]
name = "scema-omnid"
path = "src/bin/scema-omnid.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.getrandom]
version = "0.2"

[dependencies.scema-agent]
version = "0.5.0"

[dependencies.scema-policy]
version = "0.5.0"

[dependencies.scema-tools]
version = "0.5.0"

[dependencies.scema-verify]
version = "0.5.0"

[dependencies.scema-world]
version = "0.5.0"

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

[dependencies.serde_json]
version = "1"