walletkit-sqlite 0.23.0

Safe Rust wrapper around sqlite3mc for WalletKit.
Documentation
# 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"
rust-version = "1.91"
name = "walletkit-sqlite"
version = "0.23.0"
authors = ["World Contributors"]
build = "build.rs"
exclude = ["tests/"]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper around sqlite3mc for WalletKit."
homepage = "https://docs.world.org"
readme = "README.md"
keywords = [
    "ZKP",
    "WorldID",
    "World",
    "Identity",
    "Semaphore",
]
categories = [
    "api-bindings",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/worldcoin/walletkit"

[lib]
name = "walletkit_sqlite"
path = "src/lib.rs"

[dependencies.hex]
version = "0.4"

[dependencies.secrecy]
version = "0.10"

[dependencies.zeroize]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.cc]
version = "1"

[build-dependencies.sha2]
version = "0.10"

[build-dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.sqlite-wasm-rs]
version = "=0.5.5"
features = ["sqlite3mc"]

[target.'cfg(target_arch = "wasm32")'.dependencies.sqlite-wasm-vfs]
version = "=0.2.0"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "=0.3.76"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
dead_code = "deny"
missing_docs = "deny"