# 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.3.1" build = 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" [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"] [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cmake] version = "0.1.49" [build-dependencies.convert_case] version = "0.6.0"