[package]
name = "pcsc"
description = "Bindings to PC/SC for smart card communication"
version = "0.1.0"
license = "MIT"
keywords = ["pcsc", "smartcard"]
categories = ["hardware-support", "api-bindings"]
documentation = "https://docs.rs/pcsc"
repository = "https://github.com/bluetech/pcsc-rust"
homepage = "https://github.com/bluetech/pcsc-rust"
readme = "../README.md"
authors = ["Ran Benita <ran234@gmail.com>"]
[dependencies]
bitflags = "0.7"
pcsc-sys = { version = "0.1.0", path = "../pcsc-sys" }