[package]
edition = "2024"
name = "sim-lib-stream-device"
version = "0.1.1"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware-free device sample contracts for SIM stream sources."
homepage = "https://github.com/sim-nest/sim-stream"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-stream"
[lib]
name = "sim_lib_stream_device"
path = "src/lib.rs"
[dependencies.sim-citizen]
version = "0.2.0"
[dependencies.sim-cookbook]
version = "0.2.0"
[dependencies.sim-kernel]
version = "0.2.0"
[dependencies.sim-lib-core]
version = "0.1.0"
[dependencies.sim-lib-stream-core]
version = "0.1.4"
[dependencies.sim-value]
version = "0.2.0"
[dev-dependencies.sim-kernel]
version = "0.2.0"
features = ["test-support"]
[build-dependencies.sim-cookbook]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"