astrid-plugins 0.1.0

Plugin trait and registry for the Astrid secure agent runtime SDK
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-plugins"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin trait and registry for the Astrid secure agent runtime SDK"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/unicity-astrid/astrid"
resolver = "2"

[features]
approval = ["dep:astrid-approval"]
http = [
    "dep:reqwest",
    "dep:flate2",
    "dep:tar",
    "dep:sha2",
    "dep:subtle",
    "dep:base64",
    "dep:url",
]

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

[[test]]
name = "wasm_e2e"
path = "tests/wasm_e2e.rs"

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.blake3]
version = "1.5"

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

[dependencies.extism]
version = "1"

[dependencies.flate2]
version = "1.0"
optional = true

[dependencies.fs2]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
    "stream",
]
optional = true
default-features = false

[dependencies.rmcp]
version = "0.15"
features = [
    "client",
    "transport-child-process",
    "transport-io",
    "elicitation",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.subtle]
version = "2"
optional = true

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.43"
features = [
    "full",
    "sync",
    "rt",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"
optional = true

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

[dependencies.which]
version = "7"

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

[target.'cfg(target_os = "linux")'.dependencies.landlock]
version = "0.4"

[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"