# 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 = "2021" name = "libfido2-sys" version = "0.4.0" authors = ["tyan boot "] build = "build.rs" links = "fido2" autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings to Yubico fido2" readme = "README.md" keywords = [ "fido2", "webauthn", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/tyan-boot/fido-rs" [lib] name = "libfido2_sys" path = "src/lib.rs" [dependencies] [build-dependencies.anyhow] version = "1.0.91" [build-dependencies.cfg-if] version = "1.0.0" [build-dependencies.cmake] version = "0.1.51" [build-dependencies.flate2] version = "1.0.34" [build-dependencies.hex] version = "0.4.3" [build-dependencies.sha2] version = "0.10.8" [build-dependencies.tar] version = "0.4.42" [build-dependencies.ureq] version = "2.10.1" features = ["tls"] default-features = false [target.'cfg(not(target_env = "msvc"))'.build-dependencies.pkg-config] version = "0.3.31" [target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg] version = "0.2.15"