# 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 = "nfc1-sys" version = "0.3.9" authors = ["Alexander Sagen "] build = "build.rs" links = "nfc" autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level Rust bindings for libnfc. For high-level safe bindings, see crate nfc1." readme = "README.md" license = "MIT" repository = "https://github.com/alexrsagen/rs-nfc1-sys" [lib] name = "nfc1_sys" crate-type = [ "rlib", "staticlib", ] path = "src/lib.rs" [[example]] name = "list_readers" path = "examples/list_readers.rs" [dependencies.libusb1-sys] version = "0.5" optional = true [dependencies.usb-compat-01-sys] version = "0.2" optional = true [build-dependencies.bindgen] version = "0.65" [build-dependencies.cc] version = "1.0" [build-dependencies.cmake] version = "0.1" optional = true [build-dependencies.pkg-config] version = "0.3" [features] conffiles = ["vendored"] default = [ "vendored", "drivers", "default_drivers", ] default_drivers = [ "driver_acr122_usb", "driver_acr122s", "driver_arygon", "driver_pn532_uart", "driver_pn53x_usb", ] driver_acr122_pcsc = ["vendored"] driver_acr122_usb = ["vendored"] driver_acr122s = ["vendored"] driver_arygon = ["vendored"] driver_pcsc = ["vendored"] driver_pn532_uart = ["vendored"] driver_pn53x_usb = ["vendored"] drivers = [] envvars = ["vendored"] logging = ["vendored"] usb_logging = [ "vendored", "usb-compat-01-sys/logging", ] vendored = [ "libusb1-sys/vendored", "usb-compat-01-sys", "cmake", ] [target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg] version = "0.2" [target.'cfg(target_os = "windows")'.build-dependencies.find-winsdk] version = "0.2"