# 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 = "ncm_core" version = "0.2.11" authors = ["magic-akari "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "core decoder for ncmc" homepage = "https://github.com/magic-akari/ncmc" readme = "README.md" keywords = [ "ncm", "ncmc", "ncmdump", ] license = "MIT" repository = "https://github.com/magic-akari/ncmc" [lib] name = "ncm_core" path = "src/lib.rs" [dependencies.aes] version = "0.8.4" [dependencies.anyhow] version = "1.0.89" [dependencies.base64] version = "0.22.1" [dependencies.ecb] version = "0.1.2"