ncmc_lib 0.2.7

convert ncm to mp3 or flac ...
# 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"
name = "ncmc_lib"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "convert ncm to mp3 or flac ..."
documentation = "https://docs.rs/ncmc_lib"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kingwingfly/ncmc"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cover_download = ["ureq"]
default = []

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

[dependencies.aes]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.ecb]
version = "0.1"

[dependencies.id3]
version = "1.16"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"

[dependencies.ureq]
version = "3.2"
optional = true