# 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-protocol" version = "0.1.4" authors = ["Mathieu Rene "] description = "A control interface for some MiniDSP products" license = "Apache-2.0" repository = "https://github.com/mrene/minidsp-rs" [dependencies.anyhow] version = "1.0.52" [dependencies.bytes] version = "1.1.0" [dependencies.schemars] version = "0.8.8" optional = true [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true [dependencies.strum] version = "0.23.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.30" [features] all_devices = ["device_2x4hd", "device_msharc4x8", "device_10x10hd", "device_4x10hd", "device_shd", "device_ddrc24", "device_nanodigi2x8", "device_ddrc88bm", "device_c8x12v2", "device_m2x4"] debug = ["std"] default = ["std", "debug", "symbols", "all_devices"] device_10x10hd = ["devices"] device_2x4hd = ["devices"] device_4x10hd = ["devices"] device_c8x12v2 = ["devices"] device_ddrc24 = ["devices"] device_ddrc88bm = ["devices"] device_m2x4 = ["devices"] device_msharc4x8 = ["devices"] device_nanodigi2x8 = ["devices"] device_shd = ["devices"] devices = [] std = [] symbols = [] use_serde = ["std", "serde", "schemars", "strum"]