db-keystore 0.2.1

SQLite-backed credential store for the `keyring-core` API
Documentation
[[bin]]
name = "dump-db-keystore"
path = "bin/dump-db-keystore.rs"

[dependencies.futures]
version = "=0.3.31"

[dependencies.keyring-core]
version = "=0.7.2"

[dependencies.regex]
version = "=1.12.2"

[dependencies.turso]
version = "=0.4.3"

[dependencies.uuid]
features = ["v4"]
version = "=1.19.0"

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

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

[package]
authors = ["Steve Schoettler <stevelr-git@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "api-bindings"]
description = "SQLite-backed credential store for the `keyring-core` API"
edition = "2024"
homepage = "https://github.com/stevelr/db-keystore"
keywords = ["keyring", "credential", "sqlite", "turso", "secrets-manager"]
license = "MIT or Apache-2.0"
name = "db-keystore"
readme = "README.md"
repository = "https://github.com/stevelr/db-keystore"
version = "0.2.1"

[[test]]
name = "stress"
path = "tests/stress.rs"

[[test]]
name = "vfs_encryption"
path = "tests/vfs_encryption.rs"