[package]
edition = "2024"
name = "sim-lib-stream-host"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host-device stream backend substrate for STREAM 6."
homepage = "https://github.com/sim-nest/sim-stream-host"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-stream-host"
[features]
ble-midi-hardware = []
default = ["rtp-midi"]
rtmidi-hardware = []
rtp-midi = []
[lib]
name = "sim_lib_stream_host"
path = "src/lib.rs"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-lib-midi-core]
version = "0.1.0"
[dependencies.sim-lib-midi-live]
version = "0.1.0"
[dependencies.sim-lib-stream-core]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"