Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove unused dependencies
Alexis Sellier committed 3 years ago
commit 72cb2fd713544c4f0f42a393e9c9ec2d9e3d916d
parent 741f7c96519ea8115e8d1d9c2d77797574c1712e
2 files changed +0 -10
modified Cargo.lock
@@ -2158,18 +2158,14 @@ name = "radicle"
version = "0.2.0"
dependencies = [
 "amplify",
-
 "base64",
-
 "byteorder",
 "crossbeam-channel",
 "cyphernet",
-
 "ed25519-compact",
 "fastrand",
 "git-ref-format",
 "git2",
 "log",
 "multibase",
 "nonempty 0.8.1",
-
 "num-traits",
 "olpc-cjson",
 "once_cell",
 "pretty_assertions",
@@ -2186,7 +2182,6 @@ dependencies = [
 "sqlite",
 "tempfile",
 "thiserror",
-
 "zeroize",
]

[[package]]
modified radicle/Cargo.toml
@@ -12,16 +12,12 @@ sql = ["sqlite"]

[dependencies]
amplify = { version = "4.0.0-beta.7", default-features = false, features = ["std"] }
-
base64 = { version= "0.13" }
-
byteorder = { version = "1.4" }
crossbeam-channel = { version = "0.5.6" }
-
ed25519-compact = { version = "2.0.2", features = ["pem"] }
# FIXME: Remove the extra cyphernet features once we're able to.
cyphernet = { version = "0", features = ["tor", "dns", "i2p", "nym", "ed25519"] }
fastrand = { version = "1.8.0" }
git-ref-format = { version = "0", features = ["serde", "macro"] }
multibase = { version = "0.9.1" }
-
num-traits = { version = "0.2.15", default-features = false, features = ["std"] }
log = { version = "0.4.17", features = ["std"] }
nonempty = { version = "0.8.1", features = ["serialize"] }
once_cell = { version = "1.13" }
@@ -33,7 +29,6 @@ radicle-git-ext = { version = "0", features = ["serde"] }
sqlite = { version = "0.30.3", optional = true }
tempfile = { version = "3.3.0" }
thiserror = { version = "1" }
-
zeroize = { version = "1.5.7" }

[dependencies.git2]
version = "0.15.0"