oscanity 1.0.1

Lightweight command-line tools for sending and receiving OSC messages
Documentation
[[bin]]
name = "oscanity"
path = "src/bin/oscanity/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.28"

[dependencies.env_logger]
version = "0.10.0"

[dependencies.log]
version = "0.4.18"

[dependencies.rosc]
version = "~0.1"

[lib]
name = "oscanity"
path = "src/lib.rs"

[package]
authors = ["Stephen Buchanan <stephen.buchanan@random.studio>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lightweight command-line tools for sending and receiving OSC messages"
edition = "2021"
license = "MIT"
name = "oscanity"
readme = "README.md"
version = "1.0.1"