[package]
edition = "2024"
name = "sim-lib-stream-fabric"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content-addressed distributed evaluation for remote stream realization."
homepage = "https://github.com/sim-nest/sim-agent-net"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-agent-net"
[lib]
name = "sim_lib_stream_fabric"
path = "src/lib.rs"
[[bin]]
name = "sim-fabric-cadr-fixture"
path = "src/bin/sim-fabric-cadr-fixture.rs"
[[test]]
name = "cassette_replay"
path = "tests/cassette_replay.rs"
[[test]]
name = "store_replay"
path = "tests/store_replay.rs"
[[test]]
name = "three_node_store"
path = "tests/three_node_store.rs"
[[test]]
name = "two_node_cadr"
path = "tests/two_node_cadr.rs"
[dependencies.sim-codec-binary]
version = "0.1.0"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-lib-server]
version = "0.1.0"
[dependencies.sim-lib-stream-core]
version = "0.1.0"
[dependencies.sim-run-core]
version = "0.1.1"
[dependencies.sim-value]
version = "0.1.0"
[dev-dependencies.sim-codec-lisp]
version = "0.1.0"
[dev-dependencies.sim-lib-rank]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"