[package]
name = "win-tpm"
description = "Use the TPM to create and manage RSA keys (windows only)"
repository = "https://gitlab.com/polloloco/win-tpm"
version = "0.2.0"
edition = "2021"
authors = ["PolloLoco <polloloco@mailbox.org>"]
license = "MIT"
[dependencies]
ncrypt = "0.2.0"
thiserror = "1.0"
rsa = "0.9.2"
[dev-dependencies]
clap = { version = "4.4", features = ["derive"] }
hex = "0.4"