# 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 = "2018" name = "ncmapi" version = "0.1.13" authors = ["akatsuki "] description = "NetEase Cloud Music API for Rust." homepage = "https://github.com/two-mountains/ncmapi-rs" documentation = "https://docs.rs/ncmapi" readme = "README.md" keywords = [ "netease-cloud-muisc", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/two-mountains/ncmapi-rs" [dependencies.base64] version = "0.13" [dependencies.cookie] version = "0.15" [dependencies.hex] version = "0.4" [dependencies.memory-cache-rs] version = "0.2.0" [dependencies.openssl] version = "0.10" [dependencies.phf] version = "0.9" features = ["macros"] [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"]