opcard/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2022 Nitrokey GmbH
// SPDX-License-Identifier: LGPL-3.0-only

//! This crate implements the [OpenPGP smart card specification v3.4][spec].
//!
//! [spec]: https://gnupg.org/ftp/specs/OpenPGP-smart-card-application-3.4.pdf
//!
//! This is a dummy release.  The actual releases cannot be uploaded to crates.io at the moment
//! because of unpublished Git dependencies.  You can find them in the [Releases][] section of the
//! [opcard GitHub repository][repo].
//!
//! [Releases]: https://github.com/Nitrokey/opcard-rs/releases
//! [repo]: https://github.com/Nitrokey/opcard-rs