pcsc 0.1.0

Bindings to PC/SC for smart card communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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" }