# 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 = "odesli-rs" version = "5.0.0" authors = ["Akshett Rai Jindal"] description = "Unofficial library to communicate with Odesli API in an async manner" readme = "README.md" keywords = [ "odesli", "music", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Propheci/odesli-rs" [dependencies.reqwest] version = "0.11.22" features = [ "gzip", "json", "deflate", ] [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.strum] version = "0.25.0" features = ["derive"]