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

[features]
test-pro = []
test-storage = []

[dependencies]
libc = "0.2"
nitrokey-sys = "3.4.1"
rand = "0.6"