libmonado 1.6.0

Rust bindings to the libmonado library that controls Monado from other processes
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
arc = []
default = []
rc = []

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

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

[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]
version = "1.0.204"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.120"

[dependencies.xdg]
version = "2.5.2"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2.168"