arkhe-forge-platform 0.13.0

L2 services for ArkheForge Runtime: projection observer, manifest loader, policy, rate limiter, audit receipts, crypto-erasure coordinator, process-protection shim. Builds on L0 arkhe-kernel + L1 arkhe-forge-core.
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 = "2021"
rust-version = "1.80"
name = "arkhe-forge-platform"
version = "0.13.0"
authors = ["Arkhe Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "L2 services for ArkheForge Runtime: projection observer, manifest loader, policy, rate limiter, audit receipts, crypto-erasure coordinator, process-protection shim. Builds on L0 arkhe-kernel + L1 arkhe-forge-core."
homepage = "https://github.com/aceamro/ArkheForge"
documentation = "https://docs.rs/arkhe-forge-platform"
readme = "README.md"
keywords = [
    "runtime",
    "projection",
    "manifest",
    "crypto-erasure",
    "arkhe-forge",
]
categories = [
    "database",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aceamro/ArkheForge"

[features]
default = []
tier-1-kms = [
    "argon2",
    "chacha20poly1305",
]
tier-2-aws-kms = [
    "aws-sdk-kms",
    "aws-config",
    "tokio",
]
tier-2-hook-host-v2 = [
    "wasmtime",
    "wasmtime-wasi",
]
tier-2-multi-kms = [
    "tier-1-kms",
    "aes-gcm",
    "aes-gcm-siv",
]
tier-2-observer-host-v2 = [
    "wasmtime",
    "wasmtime-wasi",
]

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

[dependencies.aes-gcm]
version = "0.10"
features = [
    "aes",
    "alloc",
    "getrandom",
]
optional = true
default-features = false

[dependencies.aes-gcm-siv]
version = "0.11"
features = [
    "aes",
    "alloc",
    "getrandom",
]
optional = true
default-features = false

[dependencies.argon2]
version = "0.5"
features = [
    "alloc",
    "password-hash",
]
optional = true
default-features = false

[dependencies.arkhe-forge-core]
version = "0.13"

[dependencies.arkhe-kernel]
version = "0.13"

[dependencies.aws-config]
version = "1"
features = [
    "rt-tokio",
    "client-hyper",
]
optional = true
default-features = false

[dependencies.aws-sdk-kms]
version = "1"
features = [
    "rt-tokio",
    "default-https-client",
]
optional = true
default-features = false

[dependencies.blake3]
version = "1.5"

[dependencies.bytes]
version = "1.7"
features = ["serde"]

[dependencies.chacha20poly1305]
version = "0.10"
features = [
    "alloc",
    "getrandom",
]
optional = true
default-features = false

[dependencies.ed25519-dalek]
version = "2"
features = ["std"]
default-features = false

[dependencies.getrandom]
version = "0.2"
features = ["std"]
default-features = false

[dependencies.postcard]
version = "1.0"
features = ["use-std"]

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

[dependencies.static_assertions]
version = "1.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "time",
]
optional = true
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.wasmtime]
version = "~43.0.1"
features = [
    "cranelift",
    "runtime",
]
optional = true
default-features = false

[dependencies.wasmtime-wasi]
version = "~43.0.1"
optional = true
default-features = false

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[dev-dependencies.wat]
version = "1"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
    "Win32_System_ProcessStatus",
    "Win32_System_Memory",
    "Win32_System_Diagnostics_Debug",
]

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"