# opcard-rs `opcard` is a Rust implementation of the [OpenPGP smart card specification v3.4][spec]. [spec]: https://github.com/Nitrokey/openpgp-card/raw/master/OpenPGP%20Card%20Specification%203.4.pdf Due to unpublished Git dependencies, `opcard` releases cannot be uploaded to crates.io at the moment. You can find them in the [Releases][] section of the [`opcard` GitHub repository][repo] instead. [Releases]: https://github.com/Nitrokey/opcard-rs/releases [repo]: https://github.com/Nitrokey/opcard-rs ## License This project is licensed under the [GNU Lesser General Public License (LGPL) version 3][LGPL-3.0]. Configuration files and examples are licensed under the [CC0 1.0 license][CC0-1.0]. For more information, see the license header in each file. You can find a copy of the license texts in the [`LICENSES`](./LICENSES) directory. [LGPL-3.0]: https://opensource.org/licenses/LGPL-3.0 [CC0-1.0]: https://creativecommons.org/publicdomain/zero/1.0/ This project complies with [version 3.0 of the REUSE specification][reuse]. [reuse]: https://reuse.software/practices/3.0/