[package]
edition = "2021"
name = "rill-osc"
version = "0.5.0"
authors = ["Digital Rats / Rill Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OSC server and networking for Rill signal graph"
documentation = "https://docs.rs/rill-osc"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DigitalRats/rill"
[lib]
name = "rill_osc"
path = "src/lib.rs"
[dependencies.log]
version = "0.4"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
version = "1.0"
features = [
"net",
"rt",
]
[dev-dependencies.float-cmp]
version = "0.9"