openpgp-card-rpgp

Crates.ioopenpgp-card-rpgp
lib.rsopenpgp-card-rpgp
version
sourcesrc
created_at2024-04-08 13:36:40.988694+00
updated_at2025-01-30 21:29:41.834639+00
descriptionCompanion crate for using openpgp-card with rPGP
homepage
repositoryhttps://codeberg.org/openpgp-card/rpgp
max_upload_size
id1200325
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Wiktor Kwapisiewicz (wiktor-k)

documentation

https://docs.rs/openpgp-card-rpgp

README

OpenPGP card client library for use with rPGP

This crate implements OpenPGP card support for use with rPGP.

This is a convenience layer on top of the implementation-agnostic OpenPGP card client library https://crates.io/crates/openpgp-card.

flowchart TD
    OCR["openpgp-card-rpgp"] --> OC["openpgp-card <br/> (OpenPGP card client library)"]
    OCR --> RPGP["rPGP <br/> (OpenPGP implementation)"]
    OC --> PCSC["card-backend-pcsc <br/> (access cards via PC/SC)"]
Commit count: 0

cargo fmt