# SPDX-FileCopyrightText: 2021-2022 Robin Krahl # SPDX-License-Identifier: CC0-1.0 [package] name = "ctaphid-types" version = "0.2.0" edition = "2018" license = "Apache-2.0 OR MIT" description = "Data types for the CTAPHID protocol" repository = "https://git.sr.ht/~ireas/ctaphid-rs/tree/master/item/ctaphid-types" keywords = ["ctap", "hid"] [dependencies] bitflags = "1.3.2" [dev-dependencies] quickcheck = "1.0.3" [features] default = ["std"] std = []