# 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" rust-version = "1.58" name = "listenbrainz_rs_nova" version = "0.7.2" authors = [ "Koen Bolhuis ", "RustyNova", ] publish = true description = "ListenBrainz API bindings for Rust" homepage = "https://github.com/RustyNova016/listenbrainz-rs" readme = "README.md" keywords = [ "listenbrainz", "api", "bindings", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/RustyNova016/listenbrainz-rs.git" [dependencies.attohttpc] version = "0.28" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1"