# 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 = "nitrokey3" version = "0.3.0" exclude = ["build.yml"] description = "Client library for Nitrokey 3 devices" readme = "README.md" keywords = ["nitrokey"] license = "Apache-2.0 OR MIT" repository = "https://git.sr.ht/~ireas/nitrokey3-rs" [dependencies.ctaphid] version = "0.3.0" [dependencies.hidapi] version = "1.4.1" default-features = false [dependencies.log] version = "0.4.17" [dependencies.tap] version = "1.0.1" [dev-dependencies.hidapi] version = "1.4.1" features = ["linux-static-hidraw"] default-features = false