# 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" version = "0.5.3" authors = ["Kexuan Yang "] exclude = [ "android", "ios", "build.sh", "build_android.sh", "build_apple.sh", "Package.swift", ".fleet", ".github", ".space", ] description = "Rust version of MMKV" readme = "README.md" keywords = [ "key-value", "mmkv", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yangkx-1024/MMKV" [lib] crate-type = [ "rlib", "staticlib", "cdylib", ] [dependencies.aes] version = "0.8.4" optional = true [dependencies.chrono] version = "0.4.38" [dependencies.crc] version = "3.2.1" [dependencies.eax] version = "0.5.0" features = ["stream"] optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.libc] version = "0.2.155" [dependencies.mmkv-proc-macro-lib] version = "0.0.3" [dependencies.once_cell] version = "1.19.0" [dependencies.protobuf] version = "3.5.0" [build-dependencies.protobuf-codegen] version = "3.5.0" [build-dependencies.protoc-bin-vendored] version = "3.0.0" [features] default = [] encryption = [ "dep:eax", "dep:aes", "dep:hex", ] [target."cfg(target_os=\"android\")".dependencies.jni] version = "0.21.1" features = ["invocation"]