talktosc 0.2.0

Library to talk to smartcards for OpenPGP operations.
Documentation
[dependencies.pcsc]
version = "2.8.0"

[dependencies.thiserror]
version = "1.0"

[lib]
doctest = false

[package]
authors = ["Kushal Das <mail@kushaldas.in>"]
description = "Library to talk to smartcards for OpenPGP operations."
edition = "2018"
license = "LGPL-3.0-or-later"
name = "talktosc"
readme = "README.md"
repository = "https://github.com/kushaldas/talktosc"
version = "0.2.0"
[profile.dev]
debug = true
opt-level = 0

[profile.release]
debug = false
opt-level = 3