astrid-runtime 0.1.0

Agent runtime with sessions, context management, and orchestration for Astrid
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.93"
name = "astrid-runtime"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent runtime with sessions, context management, and orchestration for Astrid"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unicity-astrid/astrid"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.astrid-approval]
version = "0.1.0"

[dependencies.astrid-audit]
version = "0.1.0"

[dependencies.astrid-capabilities]
version = "0.1.0"

[dependencies.astrid-config]
version = "0.1.0"

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

[dependencies.astrid-crypto]
version = "0.1.0"

[dependencies.astrid-hooks]
version = "0.1.0"

[dependencies.astrid-llm]
version = "0.1.0"

[dependencies.astrid-mcp]
version = "0.1.0"

[dependencies.astrid-storage]
version = "0.1.0"

[dependencies.astrid-telemetry]
version = "0.1.0"

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

[dependencies.astrid-workspace]
version = "0.1.0"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

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

[dev-dependencies.tokio]
version = "1.43"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[lints.clippy]
arithmetic_side_effects = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"