# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ctaphid" version = "0.3.1" exclude = ["build.yml"] description = "Rust implementation of the CTAPHID protocol" readme = "README.md" keywords = [ "ctap", "hid", ] license = "Apache-2.0 OR MIT" repository = "https://git.sr.ht/~ireas/ctaphid-rs" [dependencies.ctaphid-types] version = "0.2.0" [dependencies.hex] version = "0.4.3" [dependencies.hidapi] version = "1.2.6" optional = true default-features = false [dependencies.log] version = "0.4.14" [dependencies.rand_core] version = "0.6.3" features = ["getrandom"] [dependencies.tap] version = "1.0.1" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.hidapi] version = "1.2.6" features = ["linux-static-hidraw"] default-features = false [dev-dependencies.once_cell] version = "1.13.0" [dev-dependencies.serde_cbor] version = "0.11.2" [features] default = ["hidapi"]