From e875de8f2bac3e615154c741fea9837ac672d98a Mon Sep 17 00:00:00 2001
From: Daniel Mueller <deso@posteo.net>
Date: Tue, 11 Dec 2018 19:13:53 -0800
Subject: Add Cargo.toml categories

For a while now Cargo has supported the specification of categories in
the Cargo.toml file and crates.io will actually honor those categories
and show case the crate in them.
With this change we specify the four categories this crate is believed
to fit in the best: 'command-line-utilities', 'authentication',
'cryptography', and 'hardware-support'.
---
 nitrocli/CHANGELOG.md | 1 +
 nitrocli/Cargo.toml   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 5340bb4..1a560b8 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -4,6 +4,7 @@ Unreleased
   instead of emitting them to `stdout`
 - Adjusted program to use Rust Edition 2018
 - Applied a couple of `clippy` reported suggestions
+- Added categories to `Cargo.toml`
 - Changed dependency version requirements to be less strict (only up to
   the minor version and not the patch level)
 - Bumped `pkg-config` dependency to `0.3.14`
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index 1d27ee5..6335756 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -26,6 +26,7 @@ license = "GPL-3.0+"
 homepage = "https://github.com/d-e-s-o/nitrocli"
 repository = "https://github.com/d-e-s-o/nitrocli.git"
 readme = "README.md"
+categories = ["command-line-utilities", "authentication", "cryptography", "hardware-support"]
 keywords = ["hid", "nitrokey", "nitrokey-storage", "usb", "cli"]
 description = """
 A command line tool for interacting with the Nitrokey Storage device.
-- 
cgit v1.2.3