leviath-core 0.1.0

Core types and traits for Leviath: context regions, memory layouts, blueprints, and lifecycle policies
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-core"
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 = "Core types and traits for Leviath: context regions, memory layouts, blueprints, and lifecycle policies"
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_core"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.dirs]
version = "6.0.0"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "rustls",
    "rustls-native-certs",
    "charset",
    "http2",
    "system-proxy",
    "blocking",
    "form",
    "query",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.0"
features = ["preserve_order"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

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

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

[dev-dependencies.tokio]
version = "1.41"
features = [
    "full",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
]

[lints.clippy]
string_slice = "deny"

[lints.rust]
unsafe_code = "forbid"