Revert "add signing support"

It turns out we don't need this.

This reverts commit e92fc0628b.
This commit is contained in:
Dustin J. Mitchell 2020-11-26 22:34:20 -05:00
parent b0dd3905e7
commit 26b17c6dbc
4 changed files with 11 additions and 147 deletions

69
Cargo.lock generated
View file

@ -1074,15 +1074,6 @@ version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
[[package]]
name = "js-sys"
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
@ -1753,21 +1744,6 @@ dependencies = [
"quick-error",
]
[[package]]
name = "ring"
version = "0.16.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5911690c9b773bab7e657471afc207f3827b249a657241327e3544d79bcabdd"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "rmp"
version = "0.8.9"
@ -1950,12 +1926,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "standback"
version = "0.2.13"
@ -2031,17 +2001,6 @@ dependencies = [
"unicode-xid",
]
[[package]]
name = "sync-server"
version = "0.1.0"
dependencies = [
"actix-rt",
"actix-web",
"failure",
"futures",
"taskchampion",
]
[[package]]
name = "synstructure"
version = "0.12.4"
@ -2063,7 +2022,6 @@ dependencies = [
"kv",
"lmdb-rkv",
"proptest",
"ring",
"serde",
"serde_json",
"tempdir",
@ -2082,6 +2040,17 @@ dependencies = [
"taskchampion",
]
[[package]]
name = "taskchampion-sync-server"
version = "0.1.0"
dependencies = [
"actix-rt",
"actix-web",
"failure",
"futures",
"taskchampion",
]
[[package]]
name = "tempdir"
version = "0.3.7"
@ -2390,12 +2359,6 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "2.2.0"
@ -2505,16 +2468,6 @@ version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
[[package]]
name = "web-sys"
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "widestring"
version = "0.4.3"