# 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 = "2018" name = "minidsp" version = "0.1.4" authors = ["Mathieu Rene "] default-run = "minidsp" description = "A control interface for some MiniDSP products" keywords = ["minidsp", "audio", "dsp"] license = "Apache-2.0" repository = "https://github.com/mrene/minidsp-rs" [package.metadata.deb] assets = [["target/release/minidsp", "usr/bin/", "755"], ["target/release/minidspd", "usr/bin/", "755"], ["../docs/config.example.toml", "etc/minidsp/config.toml", "644"], ["../README.md", "usr/share/doc/minidsp/README", "644"], ["../debian/minidsp.service", "lib/systemd/system/minidsp.service", "644"], ["../debian/minidsp.udev", "lib/udev/rules.d/99-minidsp.rules", "644"]] copyright = "2021, Mathieu Rene " depends = "libusb-1.0-0 (>= 2:1.0.21), libc6 (>= 2.17), libudev1 (>= 183)" extended-description = "Provides a way to control a MiniDSP 2x4HD and other compatible variants from the command line" maintainer = "Mathieu Rene " maintainer-scripts = "debian/" priority = "optional" section = "utility" [package.metadata.deb.systemd-units] enable = true start = true [dependencies.anyhow] version = "1.0.52" [dependencies.async-trait] version = "0.1.52" [dependencies.atomic_refcell] version = "0.1.8" [dependencies.bimap] version = "0.6.1" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "3.0.7" features = ["derive", "env"] [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.19" [dependencies.futures-sink] version = "0.3.19" [dependencies.futures-util] version = "0.3.19" [dependencies.hex] version = "0.4.3" [dependencies.hexplay] version = "0.2.1" [dependencies.hidapi] version = "1.3.2" features = ["linux-static-libusb"] optional = true default_features = false [dependencies.hyper] version = "0.14.16" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.minidsp-protocol] version = "0.1.4" features = ["use_serde", "debug", "devices"] default-features = false [dependencies.pin-project] version = "1.0.10" [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.shellwords] version = "1.1.0" [dependencies.strong-xml] version = "0.6.3" [dependencies.strum] version = "0.23.0" features = ["derive"] [dependencies.termcolor] version = "1.1.2" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.15.0" features = ["rt-multi-thread", "net", "fs", "macros", "io-util"] [dependencies.tokio-stream] version = "0.1.8" features = ["sync"] [dependencies.tokio-tungstenite] version = "0.16.1" [dependencies.tokio-util] version = "0.6.9" features = ["net", "codec", "io"] [dependencies.tower] version = "0.4.11" features = ["util", "timeout"] [dependencies.url2] version = "0.0.6" [dependencies.urlencoding] version = "2.1.0" [dependencies.wav] version = "1.0.0" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.hex-literal] version = "0.3.4" [features] debug = [] default = ["hid", "devices", "mock"] device = ["minidsp-protocol/devices", "minidsp-protocol/symbols"] devices = ["minidsp-protocol/devices", "minidsp-protocol/symbols", "minidsp-protocol/all_devices"] hid = ["hidapi"] mock = [] [target."cfg(target_family=\"unix\")".dependencies.hyperlocal] version = "0.8.0"