# 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 = "musicbrainz" version = "0.1.0" authors = ["Bernardo Meurer "] description = "Musicbrainz API client" documentation = "https://docs.rs/musicbrainz" keywords = [ "musicbrainz", "api", "music", "metadata", "rest", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "BSD-3-Clause OR Apache-2.0" repository = "https://github.com/lovesegfault/malt" [dependencies.async-trait] version = "0.1.56" [dependencies.derive_builder] version = "0.11.2" [dependencies.heck] version = "0.4.0" [dependencies.lucene_query_builder] version = "0.3.0" [dependencies.reqwest] version = "0.11.11" features = [ "gzip", "json", "stream", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dependencies.time] version = "0.3.11" features = ["serde-well-known"] [dependencies.tokio] version = "1.19.2" [dependencies.tower] version = "0.4.12" features = [ "buffer", "limit", "retry", "timeout", "util", ] [dependencies.tracing] version = "0.1.35" [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "1.1.2" features = ["serde"] [dev-dependencies.anyhow] version = "1.0.57" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.proptest-derive] version = "0.3.0" [dev-dependencies.regex] version = "1.6.0" [dev-dependencies.serde_path_to_error] version = "0.1.7" [dev-dependencies.tokio] version = "1.19.2" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.14" [build-dependencies.anyhow] version = "1.0.57" [build-dependencies.heck] version = "0.4.0" [build-dependencies.prettyplease] version = "0.1.12" [build-dependencies.proc-macro2] version = "1.0.39" [build-dependencies.quote] version = "1.0.18" [build-dependencies.serde] version = "1.0.137" features = ["derive"] [build-dependencies.serde_json] version = "1.0.81" [build-dependencies.syn] version = "1.0.96"