summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e096d97114bef06413131d31bb205fce4ee68237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "nitrokey-hid"
version = "0.1.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde-big-array = "0.3"
ssmarshal = "1"
static_assertions = "1"

[dependencies.hidapi]
version = "1.2.5"
default-features = false
features = ["linux-shared-libusb"]

[dependencies.serde]
version = "1"
features = ["derive"]