# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "NeteaseCloudMusicRustApi" version = "0.1.1" authors = ["zmant "] description = "Rust implementation of NeteaseCloud music API." license-file = "LICENSE" [dependencies.actix-http] version = "1.0" [dependencies.actix-web] version = "1.0" [dependencies.base64] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.futures-channel-preview] version = "0.3.0-alpha.19" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.listenfd] version = "0.3" [dependencies.openssl] version = "0.10" [dependencies.rand] version = "0.7" [dependencies.reqwest] version = "0.10.0-alpha.1" features = ["json", "blocking", "cookies"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2.0-alpha.6" [dependencies.urlqstring] version = "^0.3"