pcsc 2.3.0

Bindings to the PC/SC API for smart card communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bitflags]
version = "1.2.1"

[dependencies.pcsc-sys]
version = "1.2.0"

[package]
authors = ["Ran Benita <ran@unusedvar.com>"]
categories = ["hardware-support", "api-bindings"]
description = "Bindings to the PC/SC API for smart card communication"
documentation = "https://docs.rs/pcsc"
homepage = "https://github.com/bluetech/pcsc-rust"
keywords = ["pcsc", "smartcard"]
license = "MIT"
name = "pcsc"
readme = "../README.md"
repository = "https://github.com/bluetech/pcsc-rust"
version = "2.3.0"