# 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 = "hifirs-qobuz-api" version = "0.1.0" exclude = ["*.snap"] description = "An incomplete, async API client for the Qobuz music service." license-file = "LICENSE" repository = "https://github.com/iamdb/hifi.rs" resolver = "1" [dependencies.base64] version = "0.21" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.gstreamer] version = "0.20" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7.0" [dependencies.pretty_env_logger] version = "0.4" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = [ "serde_json", "blocking", "cookies", "stream", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.snafu] version = "0.7" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.url] version = "2.2" [dev-dependencies.insta] version = "1.21" features = [ "yaml", "redactions", ] [dev-dependencies.tokio-test] version = "0.4"