[package]
edition = "2018"
name = "nfc-sys"
version = "1.0.0"
authors = ["Daniel Griffin <danielseangriffin@gmail.com>"]
build = "build.rs"
links = "nfc"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings for the libnfc library"
homepage = "https://github.com/dsgriffin/nfc-sys"
documentation = "https://docs.rs/nfc-sys"
readme = "README.md"
keywords = [
"device",
"communication",
"ffi",
"nfc",
]
categories = [
"external-ffi-bindings",
"hardware-support",
]
license = "MIT"
repository = "https://github.com/dsgriffin/nfc-sys"
[lib]
name = "nfc_sys"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2.0"