[package]
edition = "2024"
name = "sim-lib-web-bridge"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Session and transport bridge over realize/EvalFabric: the Intent/Scene bus for the SIM Web-UI (WEBUI_4)."
homepage = "https://github.com/sim-nest/sim-web"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-web"
[lib]
name = "sim_lib_web_bridge"
path = "src/lib.rs"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-lib-scene]
version = "0.1.0"
[dependencies.sim-lib-server]
version = "0.1.0"
[dependencies.sim-lib-stream-core]
version = "0.1.0"
[dependencies.sim-lib-stream-fabric]
version = "0.1.0"
[dependencies.sim-lib-view]
version = "0.1.0"
[dependencies.sim-value]
version = "0.1.0"
[dev-dependencies.sim-codec]
version = "0.1.0"
[dev-dependencies.sim-codec-lisp]
version = "0.1.0"
[dev-dependencies.sim-lib-intent]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"