nitrocli 0.2.4

A command line tool for interacting with the Nitrokey Storage device.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nitrocli"
version = "0.2.4"
authors = ["Daniel Mueller <deso@posteo.net>"]
exclude = ["ci/*", "rustfmt.toml"]
description = "A command line tool for interacting with the Nitrokey Storage device.\n"
homepage = "https://github.com/d-e-s-o/nitrocli"
readme = "README.md"
keywords = ["nitrokey", "nitrokey-storage", "nitrokey-pro", "cli", "usb"]
categories = ["command-line-utilities", "authentication", "cryptography", "hardware-support"]
license = "GPL-3.0-or-later"
repository = "https://github.com/d-e-s-o/nitrocli.git"
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
incremental = false
[dependencies.argparse]
version = "0.2.2"

[dependencies.base32]
version = "0.4.0"

[dependencies.libc]
version = "0.2"

[dependencies.nitrokey]
version = "0.3.1"
[dev-dependencies.nitrokey-test]
version = "0.1.1"

[dev-dependencies.regex]
version = "1"
[badges.gitlab]
branch = "master"
repository = "d-e-s-o/nitrocli"