nitrocli 0.2.1

A command line tool for interacting with the Nitrokey Storage device.
[badges.gitlab]
branch = "master"
repository = "d-e-s-o/nitrocli"
[dependencies.argparse]
version = "0.2.2"

[dependencies.libc]
version = "0.2"

[dependencies.nitrokey]
version = "0.2.1"

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