File: debcargo.toml

package info (click to toggle)
rust-pgp 0.15.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,084 kB
  • sloc: sh: 42; lisp: 28; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
overlay = "."
uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
collapse_features = true
description = """
rPGP is a pure Rust implementation of OpenPGP, following RFCs
9580, 4880, 2440, and 6637.

rPGP offers a flexible low-level API and gives users the ability
to build higher level PGP tooling in the most compatible way possible.
Additionally, it fully supports all functionality required by the
Autocrypt 1.1 e-mail encryption specification.
"""