[package]
edition = "2024"
rust-version = "1.94"
name = "astrid-hooks"
version = "0.2.0"
authors = [
"Joshua J. Bouw <dev@joshuajbouw.com>",
"Unicity Labs <info@unicity-labs.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hook system for Astrid secure agent runtime"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unicity-astrid/astrid"
resolver = "2"
[lib]
name = "astrid_hooks"
path = "src/lib.rs"
[dependencies.astrid-capabilities]
version = "0.2.0"
[dependencies.astrid-capsule]
version = "0.2.0"
[dependencies.astrid-core]
version = "0.2.0"
[dependencies.astrid-events]
version = "0.2.0"
default-features = false
[dependencies.astrid-storage]
version = "0.2.0"
[dependencies.astrid-vfs]
version = "0.2.0"
[dependencies.blake3]
version = "1.5"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.extism]
version = "1"
[dependencies.globset]
version = "0.4"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1.49"
features = [
"sync",
"macros",
"time",
"rt",
"rt-multi-thread",
"net",
"io-util",
"process",
"time",
"sync",
"rt",
]
[dependencies.tokio-util]
version = "0.7"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1.0"
features = [
"v4",
"v5",
"serde",
]
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1.49"
features = [
"sync",
"macros",
"time",
"rt",
"rt-multi-thread",
"net",
"io-util",
"test-util",
"macros",
"rt-multi-thread",
]
[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"