opcard/lib.rs
// 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