# 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 = "ncmc" version = "0.2.11" authors = ["magic-akari "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "convert encrypted ncm file to original music file." homepage = "https://github.com/magic-akari/ncmc" readme = "README.md" keywords = [ "ncm", "ncmc", "cli", "converter", "ncmdump", ] license = "MIT" repository = "https://github.com/magic-akari/ncmc" [[bin]] name = "ncmc" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.bpaf] version = "0.9" features = ["derive"] [dependencies.ncm_core] version = "0.2.11" [dependencies.ncm_meta] version = "0.2.11" [dev-dependencies.testing] version = "0.41.0"