borderless-runtime 0.4.0

Definition of the webassembly runtime for borderless smart-contracts and software-agents
Documentation
[dependencies.ahash]
optional = true
version = "0.8"

[dependencies.borderless]
version = "0.2.1"

[dependencies.borderless-kv-store]
version = "1.1.0"

[dependencies.bytes]
version = "1"

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

[dependencies.http]
optional = true
version = "1"

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

[dependencies.lru]
optional = true
version = "0.14"

[dependencies.mime]
optional = true
version = "0.3"

[dependencies.nohash]
version = "0.2.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.postcard]
features = ["alloc"]
version = "1.1"

[dependencies.rand]
version = "0.9"

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["macros"]
optional = true
version = "1"

[dependencies.tokio-tungstenite]
features = ["rustls"]
optional = true
version = "0.26.2"

[dependencies.tower]
optional = true
version = "0.5"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.wasmtime]
version = "30"

[dependencies.xxhash-rust]
features = ["const_xxh3", "xxh32", "xxh64"]
version = "0.8"

[dev-dependencies.borderless]
features = ["generate_ids"]
version = "0.2.1"

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

[features]
agents = ["code-store", "dep:reqwest", "dep:tokio", "dep:tokio-tungstenite"]
code-store = ["dep:lru", "dep:ahash"]
contracts = ["code-store"]
default = ["http", "contracts", "agents"]
http = ["dep:http", "dep:tower", "dep:mime"]
log = ["dep:log"]
tracing = ["dep:tracing"]

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

[package]
authors = ["Christian Hammermeister <c.hammermeister@borderless-technologies.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Definition of the webassembly runtime for borderless smart-contracts and software-agents"
edition = "2021"
homepage = "https://borderless-technologies.com/"
license-file = "LICENSE"
name = "borderless-runtime"
readme = false
repository = "https://github.com/borderless-tech/borderless"
version = "0.4.0"