pcsc-mon 0.1.1

Monitor PC/SC smart card readers with hotplug and card event support
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 = "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"