ncmc_lib 0.4.0

convert ncm to mp3 or flac ...
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"
name = "ncmc_lib"
version = "0.4.0"
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 = ["dep:ureq"]
default = []
stream = [
    "dep:futures-core",
    "dep:futures-util",
    "dep:futures-sink",
    "dep:bytes",
]

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

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[dependencies.aes]
version = "0.9"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"
optional = true

[dependencies.ecb]
version = "0.2"
features = ["alloc"]

[dependencies.futures-core]
version = "0.3"
optional = true

[dependencies.futures-sink]
version = "0.3"
optional = true

[dependencies.futures-util]
version = "0.3"
features = ["io"]
optional = true

[dependencies.id3]
version = "1.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.futures]
version = "0.3"