# 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 = "ncmmiao" version = "2.3.8" authors = ["Lkhsss "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A magic tool convert ncm to flac" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/lkhsss/ncmmiao" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [[bin]] name = "ncmmiao" path = "src/main.rs" [dependencies.aes] version = "0.8.3" [dependencies.audiotags] version = "0.5.0" [dependencies.base64] version = "0.22.*" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.11.1" [dependencies.hex] version = "0.4.3" [dependencies.image] version = "0.25.*" [dependencies.indicatif] version = "0.17.9" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_derive] version = "1.0.195" [dependencies.serde_json] version = "1.0.111" [dependencies.walkdir] version = "2.4.0" [badges.maintenance] status = "actively-developed"