# 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-config" version = "0.1.1" authors = ["David Runge "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for working with application configuration files for Nitrokey NetHSM devices" readme = "README.md" keywords = [ "encryption", "hsm", "nethsm", "signing", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.archlinux.org/archlinux/signstar" [lib] name = "nethsm_config" path = "src/lib.rs" [dependencies.confy] version = "0.6.1" [dependencies.nethsm] version = "0.6.0" [dependencies.rpassword] version = "7.3.1" [dependencies.rprompt] version = "2.1.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dependencies.zeroize] version = "1.7.0" features = [ "zeroize_derive", "serde", ] [dev-dependencies.dirs] version = "5.0.1" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.testdir] version = "0.9.1" [dev-dependencies.testresult] version = "0.4.1"