[package]
edition = "2024"
name = "sim-lib-stream-combinators"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lazy in-memory stream combinators for STREAM 6."
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_combinators"
path = "src/lib.rs"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-lib-stream-core]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"