safe-box 0.2.0

Utilities for managing a password database.
Documentation
[dependencies.async-mutex]
version = "1.4.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.getrandom]
version = "0.3.2"

[dependencies.rust-argon2]
version = "2.1.0"

[dependencies.sqlx]
features = ["sqlite"]
version = "0.8.1"

[dependencies.thiserror]
version = "2.0.12"

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

[package]
authors = ["misaka10987 <misaka10987@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities for managing a password database."
documentation = "https://github.com/misaka10987/safe-box"
edition = "2021"
homepage = "https://github.com/misaka10987/safe-box"
keywords = ["safe-box", "password", "safety"]
license = "MIT"
name = "safe-box"
readme = "README.md"
repository = "https://github.com/misaka10987/safe-box"
version = "0.2.0"