[package] name = "tpm-change-pin" description = "Utility to change a PKCS11 PIN using the TPM backend" license = "Apache-2.0" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rpassword = "7.2" pkcs11 = "0.5"