[dependencies.argon2]
optional = true
version = "0.5.3"
[dependencies.crypto]
features = ["password-hash"]
version = "0.5.1"
[dependencies.rand_core]
features = ["getrandom"]
version = "0.6.4"
[dependencies.scrypt]
optional = true
version = "0.11.0"
[dependencies.sqlite]
version = "0.36.0"
[features]
default = ["argon2"]
[package]
authors = ["misaka10987 <misaka10987@outlook.com>"]
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.0"