ncmapi 1.0.0

NetEase Cloud Music API for Rust.
Documentation
# 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 = "2024"
rust-version = "1.98"
name = "ncmapi"
version = "1.0.0"
authors = ["akatsuki <akatsuki@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "ncmapi"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.92"

[dependencies.base64]
version = "0.23.1"

[dependencies.cookie]
version = "0.18.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.moka]
version = "0.12.16"
features = ["sync"]

[dependencies.openssl]
version = "0.10.81"

[dependencies.rand]
version = "0.10.2"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "cookies",
    "form",
    "json",
    "rustls",
]
default-features = false

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.wiremock]
version = "0.6"