# 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 = "nethsm" version = "0.6.0" authors = ["David Runge "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-level library to interact with the API of a Nitrokey NetHSM" readme = "README.md" keywords = [ "encryption", "hsm", "nethsm", "signing", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.archlinux.org/archlinux/signstar" [package.metadata.cargo-machete] ignored = ["md-5"] [lib] name = "nethsm" path = "src/lib.rs" [[test]] name = "certificates" path = "tests/certificates.rs" [[test]] name = "config" path = "tests/config.rs" [[test]] name = "encryption" path = "tests/encryption.rs" [[test]] name = "health" path = "tests/health.rs" [[test]] name = "keys" path = "tests/keys.rs" [[test]] name = "locking" path = "tests/locking.rs" [[test]] name = "metrics" path = "tests/metrics.rs" [[test]] name = "namespace" path = "tests/namespace.rs" [[test]] name = "provisioning" path = "tests/provisioning.rs" [[test]] name = "random" path = "tests/random.rs" [[test]] name = "signing" path = "tests/signing.rs" [[test]] name = "system" path = "tests/system.rs" [[test]] name = "users" path = "tests/users.rs" [dependencies.base64ct] version = "1.6.0" features = [ "alloc", "std", ] [dependencies.chrono] version = "0.4.33" features = ["alloc"] [dependencies.ed25519-dalek] version = "2.1.1" features = [ "pkcs8", "pem", ] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.log] version = "0.4.20" [dependencies.md-5] version = "0.10.6" [dependencies.nethsm-sdk-rs] version = "1" [dependencies.p224] version = "0.13.2" features = [ "pem", "pkcs8", ] [dependencies.p256] version = "0.13.2" features = [ "pem", "pkcs8", ] [dependencies.p384] version = "0.13.0" features = [ "pem", "pkcs8", ] [dependencies.p521] version = "0.13.3" features = [ "pem", "pkcs8", ] [dependencies.pgp] version = "0.13.2" [dependencies.picky-asn1-der] version = "0.5.0" [dependencies.picky-asn1-x509] version = "0.13.0" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.9.6" features = ["pem"] [dependencies.rustls] version = "0.23.0" features = ["ring"] default-features = false [dependencies.rustls-native-certs] version = "0.8.0" [dependencies.secrecy] version = "0.8.0" features = [ "alloc", "serde", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.112" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" features = ["oid"] [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.ureq] version = "2.10.0" features = ["json"] [dependencies.url] version = "2.5.0" features = ["serde"] [dev-dependencies.ed25519-dalek] version = "2.1.1" features = [ "pkcs8", "pem", "rand_core", ] [dev-dependencies.rsa] version = "0.9.6" features = [ "getrandom", "sha2", "pem", ] [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.rustainers] version = "0.12.0" [dev-dependencies.testdir] version = "0.9.1" [dev-dependencies.testresult] version = "0.4.0" [dev-dependencies.tokio] version = "1.35.1" features = ["macros"] [dev-dependencies.uuid] version = "1.7.0" features = ["v7"]