[dependencies.lmdb]
version = "0.8"
[dependencies.log]
version = "0.4.27"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.140"
[features]
static = []
[lib]
crate-type = ["staticlib", "cdylib"]
name = "offline_first_core"
path = "src/lib.rs"
[package]
authors = ["JhonaCodes"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "embedded", "wasm", "api-bindings"]
description = "High-performance LMDB-based local storage library optimized for FFI integration with Flutter and cross-platform applications"
edition = "2021"
keywords = ["lmdb", "ffi", "flutter", "database", "offline"]
license = "MIT"
name = "offline_first_core"
readme = "README.MD"
repository = "https://github.com/JhonaCodes/offline_first_core"
version = "0.5.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true