leviath-runtime 0.1.0

ECS-based agent execution engine for Leviath
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 = "2024"
rust-version = "1.97"
name = "leviath-runtime"
version = "0.1.0"
authors = ["Gerald McAlister <gemisis@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ECS-based agent execution engine for Leviath"
homepage = "https://leviath.dev"
readme = "README.md"
keywords = [
    "agents",
    "llm",
    "ai",
    "runtime",
    "context",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/GEMISIS/leviath"
resolver = "2"

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bevy_ecs]
version = "0.19"
features = ["multi_threaded"]

[dependencies.bevy_tasks]
version = "0.19"

[dependencies.chrono]
version = "0.4"

[dependencies.leviath-core]
version = "0.1.0"

[dependencies.leviath-providers]
version = "0.1.0"

[dependencies.leviath-scripting]
version = "0.1.0"

[dependencies.leviath-sys]
version = "0.1.0"

[dependencies.leviath-tools]
version = "0.1.0"

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.41"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.temp-env]
version = "0.3"
features = ["async_closure"]

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
string_slice = "deny"

[lints.rust]
unsafe_code = "forbid"