# SPDX-FileCopyrightText: 2021-2022 Robin Krahl # SPDX-License-Identifier: CC0-1.0 [package] name = "nitrokey3" version = "0.3.0" edition = "2018" license = "Apache-2.0 OR MIT" description = "Client library for Nitrokey 3 devices" repository = "https://git.sr.ht/~ireas/nitrokey3-rs" exclude = ["build.yml"] keywords = ["nitrokey"] [dependencies] ctaphid = "0.3.0" hidapi = { version = "1.4.1", default-features = false } log = "0.4.17" tap = "1.0.1" [dev-dependencies] hidapi = { version = "1.4.1", default-features = false, features = ["linux-static-hidraw"] }