# 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 = "2018" name = "pkcs11-uri" version = "0.1.3" authors = ["Nicolas Stalder "] description = "PKCS #11 URI parser" documentation = "https://docs.rs/pkcs11-uri" readme = "README.md" keywords = ["pkcs11", "cryptoki", "cryptography", "signatures", "hsm"] categories = ["cryptography", "hardware-support"] license = "Apache-2.0 OR MIT" [dependencies.anyhow] version = "1" [dependencies.log] version = "0.4.11" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pkcs11] version = "0.5.0" [dependencies.uriparse] version = "0.6.4" [dev-dependencies.delog] version = "0.1.0-alpha.3" [dev-dependencies.rsa] version = "0.3.0" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.sha2] version = "0.9.2" [dev-dependencies.simplelog] version = "0.9.0"