From 88a9e12fb413b964c45d8a372381786b2d88cad4 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 2 Aug 2019 22:52:14 +0200 Subject: rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgp - The rfc2822 crate doesn't implement all of RFC 2822. Moreover, it includes a number of extensions. This makes rfc2822 a misnomer. - RFC 2822 is actually obsoleted by RFC 5322. This means that if we ever add support for RFC 5322, it will be an even worse misnomer. - Move the whole crate into the openpgp crate. Note: we don't directly export the API; it is only used internally by packet::userid. - Closes #279. --- net/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'net/Cargo.toml') diff --git a/net/Cargo.toml b/net/Cargo.toml index 4a05a4cd..ea3a1ab8 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -24,7 +24,6 @@ maintenance = { status = "actively-developed" } [dependencies] sequoia-openpgp = { path = "../openpgp", version = "0.10", default-features = false } sequoia-core = { path = "../core", version = "0.10" } -sequoia-rfc2822 = { path = "../rfc2822", version = "0.10" } failure = "0.1.2" futures = "0.1" -- cgit v1.2.3