# 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-cli" version = "0.3.0" authors = ["David Runge "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI for the Nitrokey NetHSM" readme = "README.md" keywords = [ "encryption", "hsm", "nethsm", "signing", "cli", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.archlinux.org/archlinux/signstar" [lib] name = "nethsm_cli" path = "src/lib.rs" [[bin]] name = "nethsm" path = "src/main.rs" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.nethsm] version = "0.6.0" [dependencies.nethsm-config] version = "0.1.1" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.testdir] version = "0.9.1" [dev-dependencies.testresult] version = "0.4.0"