freefare 1.1.0

High-level Rust bindings for the libfreefare library
Documentation
# 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 = "2018"
name = "freefare"
version = "1.1.0"
authors = ["Daniel Griffin <mail@dsgriffin.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level Rust bindings for the libfreefare library"
homepage = "https://github.com/dsgriffin/freefare"
documentation = "https://docs.rs/freefare"
readme = "README.md"
keywords = [
    "device",
    "communication",
    "nfc",
    "mifare",
    "freefare",
]
categories = [
    "api-bindings",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/dsgriffin/freefare"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "freefare"
path = "src/lib.rs"

[dependencies.freefare-sys]
version = "1.0.0"

[dependencies.libc]
version = "0.2"

[dependencies.nfc]
version = "1.0.0"

[dependencies.nfc-sys]
version = "1.0.0"