# SPDX-FileCopyrightText: Heiko Schaefer # SPDX-License-Identifier: CC0-1.0 [package] name = "rpacket" description = "Low-level OpenPGP packet operations based on rPGP" license = "MIT OR Apache-2.0" version = "0.1.1" edition = "2021" [dependencies] anyhow = "1" clap = { version = "4", features = ["derive"] } pgp = "0.12.0-alpha.2"