# 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 = "music_dump_lib" version = "0.2.0" authors = ["chanmaoganda "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for dumping ncm files to mp3" homepage = "https://github.com/chanmaoganda/NcmDumpLib" readme = "README.md" keywords = [ "ncm", "music", "dump", ] license-file = "LICENSE" [lib] name = "music_dump_lib" path = "src/lib.rs" [dependencies.aes] version = "0.8.4" [dependencies.anyhow] version = "1.0.43" [dependencies.base64] version = "0.22.1" [dependencies.cipher] version = "^0.4" features = [ "alloc", "block-padding", ] [dependencies.lofty] version = "0.21.0" optional = true [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.62" [features] default = ["lofty"] lofty = ["dep:lofty"]