aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-16 23:52:18 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-01-16 23:52:18 +0100
commitac45a4bd969e1f984e704852cf7f191aa24dfcae (patch)
tree2ab98244884264beee283efd2cd28585b4d27755 /Cargo.toml
parent7cf747d56ddc0b7eeedc3caf36dcc909907a171c (diff)
downloadnitrokey-rs-ac45a4bd969e1f984e704852cf7f191aa24dfcae.tar.gz
nitrokey-rs-ac45a4bd969e1f984e704852cf7f191aa24dfcae.tar.bz2
Remove the test-pro and test-storage features
Since commit 65bff57e6139cc126191d4faabbcf74118932dd2, we use the nitrokey-test crate to select test cases. Previously, we used the features test-pro and test-storage to select test suites. These features are now obsolete.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 802d022..ba1146c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,10 +12,6 @@ categories = ["api-bindings"]
readme = "README.md"
license = "MIT"
-[features]
-test-pro = []
-test-storage = []
-
[dependencies]
libc = "0.2"
nitrokey-sys = "3.4"