File: sequoia-default-features

package info (click to toggle)
pysequoia 0.1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 640 kB
  • sloc: sh: 22; python: 20; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pysequoia/Cargo.toml
===================================================================
--- pysequoia.orig/Cargo.toml
+++ pysequoia/Cargo.toml
@@ -21,7 +21,7 @@ chrono = "0.4"
 hex = "0.4.3"
 once_cell = "1.21"
 testresult = "0.4"
-sequoia-openpgp = { version = "2", default-features = false, features = [ "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"] }
+sequoia-openpgp = { version = "2" }
 
 [dependencies.pyo3]
 version = "0.25"