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