[package]
edition = "2021"
name = "pcsc-mon"
version = "0.1.1"
build = false
exclude = [
".gitlab-ci.yml",
".gitignore",
"scripts/*",
"examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Monitor PC/SC smart card readers with hotplug and card event support"
documentation = "https://docs.rs/pcsc-mon"
readme = "README.md"
keywords = [
"pcsc",
"smartcard",
"hotplug",
"monitor",
"reader",
]
categories = [
"hardware-support",
"os",
"api-bindings",
]
license = "MIT"
repository = "https://gitlab.thernamyte.eu/thernamytecandm/lib/pcsc-monitor.git"
[lib]
name = "pcsc_mon"
path = "src/lib.rs"
[[bin]]
name = "pcsc-mon"
path = "src/main.rs"
[[bin]]
name = "pcsc_diag"
path = "src/bin/pcsc_diag.rs"
[dependencies.anyhow]
version = "1.0.99"
[dependencies.ctrlc]
version = "3.5.0"
[dependencies.once_cell]
version = "1.19"
[dependencies.pcsc]
version = "2.9.0"