act-runtime 0.13.1

Embeddable wasmtime host for ACT (Agent Component Tools) components
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.98"
name = "act-runtime"
version = "0.13.1"
build = false
include = [
    "src/**",
    "wit/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable wasmtime host for ACT (Agent Component Tools) components"
homepage = "https://actcore.dev"
readme = "README.md"
keywords = [
    "act",
    "wasm",
    "component-model",
    "runtime",
    "sandbox",
]
categories = [
    "wasm",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/actcore/act-cli"

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

[dependencies.act-credentials]
version = "0.13.1"

[dependencies.act-policy]
version = "0.13.1"

[dependencies.act-store]
version = "0.13.1"

[dependencies.act-types]
version = "0.14"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.boon]
version = "0.6"

[dependencies.bytes]
version = "1"

[dependencies.ciborium]
version = "0.2"

[dependencies.dirs]
version = "6"

[dependencies.futures-util]
version = "0.3"

[dependencies.hclient]
version = "0.1.0-alpha.11"
features = [
    "json",
    "gzip",
    "brotli",
    "zstd",
    "http2",
]
default-features = false

[dependencies.hclient-dns]
version = "0.1.0-alpha.10"

[dependencies.hclient-dns-system]
version = "0.1.0-alpha.11"

[dependencies.hclient-native]
version = "0.1.0-alpha.11"
features = ["http2"]

[dependencies.hclient-rt-tokio]
version = "0.1.0-alpha.10"

[dependencies.hclient-tls-rustls]
version = "0.1.0-alpha.11"
features = ["webpki-roots"]

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"

[dependencies.path-clean]
version = "1"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11"

[dependencies.shellexpand]
version = "3"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.wasmparser]
version = "0.252.0"

[dependencies.wasmtime]
version = "48"

[dependencies.wasmtime-wasi]
version = "48"
features = [
    "p2",
    "p3",
]
default-features = false

[dependencies.wasmtime-wasi-http]
version = "48"
features = [
    "p2",
    "p3",
]
default-features = false

[dev-dependencies.insta]
version = "1.48"

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

[dev-dependencies.toml]
version = "1.1.2"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
similar_names = "allow"
too_many_lines = "allow"
wildcard_imports = "allow"

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