opcard/lib.rs
1// Copyright (C) 2022 Nitrokey GmbH
2// SPDX-License-Identifier: LGPL-3.0-only
3
4//! This crate implements the [OpenPGP smart card specification v3.4][spec].
5//!
6//! [spec]: https://gnupg.org/ftp/specs/OpenPGP-smart-card-application-3.4.pdf
7//!
8//! This is a dummy release. The actual releases cannot be uploaded to crates.io at the moment
9//! because of unpublished Git dependencies. You can find them in the [Releases][] section of the
10//! [opcard GitHub repository][repo].
11//!
12//! [Releases]: https://github.com/Nitrokey/opcard-rs/releases
13//! [repo]: https://github.com/Nitrokey/opcard-rs