[package]
edition = "2021"
name = "holochain_sqlite"
version = "0.7.0+deprecated"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deprecated persistence abstractions for Holochain state via SQLite"
documentation = "https://docs.rs/holochain_sqlite"
readme = false
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"
[lib]
name = "holochain_sqlite"
path = "src/lib.rs"
[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"
[lints.clippy.cargo]
level = "allow"
priority = -1
[lints.clippy.nursery]
level = "allow"
priority = -1
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.clippy.restriction]
level = "allow"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(build_wasm)",
"cfg(loom)",
]