ncmdump 0.8.0

Some copyright protection file dump.
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 = "2021"
name = "ncmdump"
version = "0.8.0"
authors = ["iqiziqi <iqiziqi@outlook.com>"]
build = false
exclude = [
    ".editorconfig",
    ".github/**/*",
    "res/*",
    "examples/*",
    "*.ncm",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some copyright protection file dump."
homepage = "https://github.com/iqiziqi/ncmdump.rs"
documentation = "https://docs.rs/ncmdump"
readme = "README.md"
keywords = [
    "ncm",
    "qmc",
    "music",
    "dump",
]
license = "MIT"
repository = "https://github.com/iqiziqi/ncmdump.rs"

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

[dependencies.aes]
version = "^0.8"

[dependencies.base64]
version = "^0.21"

[dependencies.cipher]
version = "^0.4"
features = [
    "alloc",
    "block-padding",
]

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[dependencies.thiserror]
version = "^1.0"

[dev-dependencies.anyhow]
version = "^1.0"

[features]
default = [
    "ncmdump",
    "qmcdump",
    "utils",
]
deprecate = []
ncmdump = []
qmcdump = []
utils = []