[dependencies.log]
version = "0.4.27"
[dependencies.redb]
version = "2.4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.116"
[features]
static = []
[lib]
crate-type = ["staticlib", "cdylib"]
name = "offline_first_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This library is designed as a fast-to-compile core, intended to be used as a foundational library for projects like Flutter, native channels, etc."
edition = "2021"
license = "MIT"
license-file = "LICENSE"
name = "offline_first_core"
readme = "README.MD"
repository = "https://github.com/JhonaCodes/offline_first_core"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true