# 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 = "motu_avb_api" version = "0.5.3" description = "Control the MOTU AVB soundcards from Rust" readme = "README.md" keywords = [ "motu", "avb", "api", "control", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/coral/motu-avb-api" [dependencies.async-zeroconf] version = "0.2.2" [dependencies.dashmap] version = "5.4.0" features = ["serde"] [dependencies.futures] version = "0.3.25" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" [dependencies.uriparse] version = "0.6.4" [dev-dependencies.anyhow] version = "1.0.53"