Unverified Commit dfcf2f06 authored by Justus Winter's avatar Justus Winter
Browse files

Switch to RustCrypto.

parent db381bce
Loading
Loading
Loading
Loading
+757 −164

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ edition = "2018"
vergen = "3"

[dependencies]
bzip2 = { version = "0.5", features = ["libbz2-rs-sys"] }
include_dir = "*"
mime_guess = "*"
anyhow = "1"
@@ -16,7 +17,7 @@ axum = { version = "0.6", features = ["macros", "tokio"] }
axum-template = { version = "1", default-features = false, features = ["tera"] }
chrono = "0.4"
lazy_static = "1.4"
sequoia-openpgp = { git = "https://gitlab.com/sequoia-pgp/sequoia", branch = "justus/pqc-frontend" }
sequoia-openpgp = { git = "https://gitlab.com/sequoia-pgp/sequoia", branch = "justus/pqc-frontend", default-features = false, features = [ "compression", "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto" ] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"