[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"
[dependencies.tracing]
version = "0.1.41"
[lib]
name = "simple_safe"
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/simple-safe"
edition = "2021"
homepage = "https://github.com/misaka10987/simple-safe"
keywords = ["safe", "password", "sqlite"]
license = "MIT"
name = "simple-safe"
readme = "README.md"
repository = "https://github.com/misaka10987/simple-safe"
version = "0.2.2"