# 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 = "mmkv-parser" version = "0.1.2" authors = ["Jixun Wu "] description = "A readonly MMKV implementation (parser) with encryption support." readme = "README.MD" keywords = [ "mmkv", "tencent", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jixunmoe/mmkv-parser/" [[bin]] name = "mmkv" path = "src/bin/mmkv.rs" required-features = ["cli"] [dependencies.aes] version = "0.8.3" optional = true [dependencies.byteorder] version = "1.5.0" optional = true [dependencies.cfb-mode] version = "0.8.2" optional = true [dependencies.clap] version = "4.5.0" optional = true [dependencies.clap_derive] version = "4.5.0" optional = true [dependencies.crc32fast] version = "1.3.2" optional = true [dependencies.thiserror] version = "1.0.56" [features] cipher = [ "aes", "cfb-mode", "byteorder", "crc32fast", ] cli = [ "clap", "clap_derive", "clap/derive", ] default = ["cipher"] [badges.maintenance] status = "passively-maintained"