act-runtime 0.12.0

Embeddable wasmtime host for ACT (Agent Component Tools) components
# 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.12.0"
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.12.0"

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.bytes]
version = "1"

[dependencies.ciborium]
version = "0.2"

[dependencies.dirs]
version = "6"

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

[dependencies.http]
version = "1"

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

[dependencies.hyper]
version = "1"

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

[dependencies.reqwest]
version = "0.13.3"
features = [
    "rustls",
    "stream",
    "http2",
    "gzip",
    "brotli",
    "zstd",
]
default-features = false

[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.tempfile]
version = "3"

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