rust_keylock 0.18.0

A password manager with goals to be Secure, Simple to use, Portable and Extensible
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rust_keylock"
version = "0.18.0"
authors = ["aston <astonbitecode@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A password manager with goals to be Secure, Simple to use, Portable and Extensible"
homepage = "https://rust-keylock.github.io/"
documentation = "https://rust-keylock.github.io/rust-keylock-lib/rust_keylock/"
readme = "README.md"
keywords = [
    "password",
    "manager",
    "safe",
    "encryption",
    "key",
]
categories = [
    "cryptography",
    "authentication",
]
license = "GPL-3.0"
repository = "https://github.com/rust-keylock/rust-keylock-lib"

[badges.travis-ci]
branch = "master"
repository = "rust-keylock/rust-keylock-lib"

[lib]
name = "rust_keylock"
crate-type = ["rlib"]
path = "src/lib.rs"

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

[dependencies.aes]
version = "0.8"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bcrypt]
version = "0.19"

[dependencies.bytes]
version = "1.11"

[dependencies.cipher]
version = "0.5"

[dependencies.ctr]
version = "0.9"

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.hkdf]
version = "0.12"

[dependencies.http]
version = "1.4"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = ["full"]

[dependencies.hyper-tls]
version = "0.6"
features = ["vendored"]

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
version = "0.2"

[dependencies.openssl-probe]
version = "0.2"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.rand]
version = "0.10"
features = ["thread_rng"]

[dependencies.reqwest]
version = "0.13"

[dependencies.rs-password-utils]
version = "0.2"

[dependencies.secstr]
version = "0.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.spake2]
version = "0.4"

[dependencies.terminal-clipboard]
version = "0.4"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1.1.0"
features = [
    "preserve_order",
    "display",
    "parse",
    "serde",
]
default-features = false

[dependencies.url]
version = "2.5"

[dependencies.xml-rs]
version = "1.0"

[dependencies.zeroize]
version = "1.8"
features = ["zeroize_derive"]