aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 523b98fefb13388fbc0c474e4ae50013404591bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "nitrokey"
version = "0.1.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
homepage = "https://code.ireas.org/nitrokey-rs/"
repository = "https://git.ireas.org/nitrokey-rs/"
description = "Bindings to libnitrokey for communication with Nitrokey devices"
keywords = ["nitrokey", "otp"]
categories = ["api-bindings"]
license = "MIT"

[features]
default = ["test-no-device"]
test-no-device = []
test-pro = []

[dependencies]
libc = "0.2"
nitrokey-sys = { path = "nitrokey-sys", version = "0.1.0" }
rand = "0.4"