r2d2-cryptoki 0.5.0

r2d2 adaptor for cryptoki
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 = "r2d2-cryptoki"
version = "0.5.0"
authors = ["Spruce Systems, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "r2d2 adaptor for cryptoki"
documentation = "https://docs.rs/r2d2-cryptoki/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/spruceid/r2d2-cryptoki/"

[features]
serde = ["cryptoki/serde"]

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

[dependencies.cryptoki]
version = "0.12.0"

[dependencies.r2d2]
version = "0.8.10"

[dev-dependencies.backoff]
version = "0.4.0"

[dev-dependencies.cached]
version = "0.56.0"

[dev-dependencies.loom]
version = "0.7.1"