# 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.3.0" authors = ["Spruce Systems, Inc."] 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/" [dependencies.cryptoki] version = "0.7.0" [dependencies.r2d2] version = "0.8.10" [dev-dependencies.backoff] version = "0.4.0" [dev-dependencies.cached] version = "0.46.0" [dev-dependencies.loom] version = "0.7.1" [features] serde = ["cryptoki/serde"]