libmonado 1.3.1

Rust bindings to the libmonado library that controls Monado from other processes
Documentation
[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.cmake]
version = "0.1.49"

[build-dependencies.convert_case]
version = "0.6.0"

[dependencies.dlopen2]
version = "0.7.0"

[dependencies.flagset]
version = "0.4.4"

[dependencies.mint]
version = "0.5.9"

[dependencies.semver]
version = "1.0.18"

[dependencies.serde]
features = ["derive"]
version = "1.0.204"

[dependencies.serde_json]
version = "1.0.120"

[dependencies.xdg]
version = "2.5.2"

[dev-dependencies.clap]
features = ["derive"]
version = "4.4.3"

[[example]]
name = "dump_info"
path = "examples/dump_info.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust bindings to the libmonado library that controls Monado from other processes"
edition = "2021"
license = "MIT"
name = "libmonado"
readme = "README.md"
repository = "https://github.com/technobaboo/libmonado-rs"
version = "1.3.1"