safe-box 0.1.2

Utilities for managing a password database.
Documentation
[dependencies.argon2]
version = "0.5.3"

[dependencies.async-mutex]
version = "1.4.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.crypto]
features = ["password-hash"]
version = "0.5.1"

[dependencies.getrandom]
version = "0.2.15"

[dependencies.rand_core]
features = ["getrandom"]
version = "0.6.4"

[dependencies.smol]
version = "2.0.2"

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

[dependencies.thiserror]
version = "1.0.63"

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

[package]
authors = ["misaka10987 <misaka10987@outlook.com>"]
autobenches = false
autobins = false
autoexamples = 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.1.2"