leviath-package 0.1.1

Agent packaging, sharing, and installation 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-package"
version = "0.1.1"
authors = ["Gerald McAlister <gemisis@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent packaging, sharing, and installation 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_package"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.0"

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

[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.tar]
version = "0.4"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

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

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

[lints.clippy]
string_slice = "deny"

[lints.rust]
unsafe_code = "forbid"