sim-lib-bridge 0.1.0

Checked BRIDGE packet runtime for SIM model exchanges.
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 = "2024"
name = "sim-lib-bridge"
version = "0.1.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Checked BRIDGE packet runtime for SIM model exchanges."
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_bridge"
path = "src/lib.rs"

[dependencies.sim-codec]
version = "0.1.0"

[dependencies.sim-codec-bridge]
version = "0.1.0"

[dependencies.sim-cookbook]
version = "0.1.0"

[dependencies.sim-kernel]
version = "0.1.3"

[dependencies.sim-lib-agent-runner-core]
version = "0.1.1"

[dependencies.sim-lib-stream-fabric]
version = "0.1.4"

[dependencies.sim-shape]
version = "0.1.1"

[dependencies.sim-value]
version = "0.1.0"

[dev-dependencies.sim-codec-json]
version = "0.1.0"

[dev-dependencies.sim-kernel]
version = "0.1.3"
features = ["test-support"]

[dev-dependencies.sim-test-support]
version = "0.1.0"

[build-dependencies.sim-cookbook]
version = "0.1.0"

[lints.rust]
unsafe_code = "forbid"