26 lines
564 B
TOML
26 lines
564 B
TOML
[package]
|
|
name = "libfido2-sys"
|
|
version = "0.2.0"
|
|
authors = ["tyan boot <tyanboot@outlook.com>"]
|
|
license = "MIT"
|
|
description = "FFI bindings to Yubico fido2"
|
|
repository = "https://github.com/tyan-boot/fido-rs"
|
|
keywords = ["fido2", "webauthn"]
|
|
categories = ["external-ffi-bindings"]
|
|
edition = "2021"
|
|
links = "fido2"
|
|
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
anyhow = "1.0.66"
|
|
cfg-if = "1.0.0"
|
|
|
|
[target.'cfg(target_env = "msvc")'.build-dependencies]
|
|
vcpkg = "0.2.15"
|
|
|
|
[target.'cfg(not(target_env = "msvc"))'.build-dependencies]
|
|
pkg-config = "0.3.26"
|