sim-lib-bridge 0.1.3

Checked BRIDGE packet runtime for SIM model exchanges.
Documentation
[package]
name = "sim-lib-bridge"
version = "0.1.3"
edition = "2024"
license = "MPL-2.0"
description = "Checked BRIDGE packet runtime for SIM model exchanges."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-agent-net"
homepage = "https://github.com/sim-nest/sim-agent-net"

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

[dependencies]
sim-codec = { version = "0.1.0" }
sim-codec-bridge = { version = "0.1.0" }
sim-cookbook = { version = "0.1.0" }
sim-kernel = { version = "0.1.3" }
sim-lib-agent-runner-core = { version = "0.1.1", path = "../sim-lib-agent-runner-core" }
sim-lib-stream-fabric = { version = "0.1.4", path = "../sim-lib-stream-fabric" }
sim-shape = { version = "0.1.1" }
sim-value = { version = "0.1.0" }

[build-dependencies]
sim-cookbook = { version = "0.1.0" }

[dev-dependencies]
sim-codec-json = { version = "0.1.0" }
sim-kernel = { version = "0.1.3", features = ["test-support"] }
sim-test-support = { version = "0.1.0" }

[lints]
workspace = true