yb-core 0.4.2

Secure blob storage on a YubiKey — core library
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"
rust-version = "1.86"
name = "yb-core"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure blob storage on a YubiKey — core library"
homepage = "https://github.com/douzebis/yb"
readme = "README.md"
keywords = [
    "yubikey",
    "piv",
    "encryption",
    "security",
]
categories = [
    "cryptography",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/douzebis/yb"

[features]
chrono = ["dep:chrono"]
default = []
hardware-tests = []
integration-tests = []
test-utils = []
virtual-piv = []

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

[[bin]]
name = "nvm_frag_test"
path = "src/bin/nvm_frag_test.rs"

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

[dependencies.aes]
version = "0.8"

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

[dependencies.anyhow]
version = "1"

[dependencies.brotli]
version = "6"

[dependencies.cbc]
version = "0.1"
features = ["alloc"]

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.cipher]
version = "0.4"
features = ["block-padding"]

[dependencies.der]
version = "0.7"

[dependencies.des]
version = "0.8"

[dependencies.globset]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.indicatif]
version = "0.18"

[dependencies.lzma-rust2]
version = "0.16"

[dependencies.p256]
version = "0.13"
features = [
    "ecdh",
    "ecdsa",
    "pkcs8",
]

[dependencies.pcsc]
version = "2"

[dependencies.rand]
version = "0.8"
features = ["small_rng"]

[dependencies.rcgen]
version = "0.13"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.spki]
version = "0.7"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "1"

[dependencies.x509-cert]
version = "0.2"

[dependencies.zeroize]
version = "1"
features = ["derive"]

[dev-dependencies]