sim-lib-forge 0.1.1

Compiled intent records and one-shot BRIDGE lifts for reusable packet programs.
Documentation
[package]
name = "sim-lib-forge"
version = "0.1.1"
edition = "2024"
license = "MPL-2.0"
description = "Compiled intent records and one-shot BRIDGE lifts for reusable packet programs."
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-citizen = { version = "0.1.0" }
sim-citizen-derive = { version = "0.1.0" }
sim-codec = { version = "0.1.0" }
sim-codec-bridge = { version = "0.1.1" }
sim-codec-json = { 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-bridge = { version = "0.1.3", path = "../sim-lib-bridge" }
sim-shape = { version = "0.1.1" }
sim-value = { version = "0.1.0" }
serde_json = "1"

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

[lints]
workspace = true