1[package] 2name = "audio_streams_conformance_test" 3version = "0.1.0" 4authors = ["The Chromium OS Authors"] 5edition = "2021" 6 7[features] 8audio_cras = ["dep:libcras"] 9chromeos = ["audio_cras"] 10 11[dependencies] 12argh = "0.1" 13audio_streams = { path = "../common/audio_streams" } 14cfg-if = "1.0.0" 15cros_async = { path = "../cros_async" } 16libcras = { version = "*", optional = true } 17remain = "0.2" 18serde = { version = "1.0", features = ["derive"] } 19serde_json = "1" 20thiserror = "1.0.20" 21