# 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_parser" version = "0.4.1" authors = ["Junbo Huang <342526760@qq.com>"] description = "A single file ncm parser" readme = "README.md" keywords = [ "ncm", "dump", "parse", "parser", "reader", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/shuangsilab/ncm_dumper" [package.metadata.docs.rs] all-features = true [dependencies.aes] version = "0.8.3" [dependencies.base64] version = "0.21.4" [dependencies.cipher] version = "0.4.4" features = ["block-padding"] [dependencies.serde_json] version = "1.0.107" optional = true [dependencies.thiserror] version = "1.0.49" [features] default = [] serde_json = ["dep:serde_json"]