ctaphid 0.1.0

Rust implementation of the CTAPHID protocol
# SPDX-FileCopyrightText: 2021 Robin Krahl <robin.krahl@ireas.org>
# SPDX-License-Identifier: CC0-1.0

[package]
name = "ctaphid"
version = "0.1.0"
edition = "2018"
license = "Apache-2.0 OR MIT"
description = "Rust implementation of the CTAPHID protocol"
repository = "https://git.sr.ht/~ireas/ctaphid-rs"
exclude = ["build.yml"]
keywords = ["ctap", "hid"]

[dependencies]
hidapi =  { version = "1.2.6", default-features = false, features = ["linux-shared-hidraw"] }
log = "0.4.14"

[dev-dependencies]
env_logger = "0.9.0"