aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2026-03-28 22:35:26 +0000
committers-ol <s+removethis@s-ol.nu>2026-03-28 22:38:32 +0000
commitb4bb62b7ca0be710a0a7d5484cb9d3371f24ec2a (patch)
tree2cb6178dfa67f52f9be5bd7844969ca92e8cb4f8 /Cargo.toml
parentexpose more fields (diff)
downloadmeshcore-rs-dumb-no-std.tar.gz
meshcore-rs-dumb-no-std.zip
no-std compatible cryptodumb-no-std
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd66c69..24e01bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,13 +21,13 @@ arraystring = { version = "0.3.0", default-features = false }
tinyvec = "1.10.0"
# Crypto functions needed for packet signatures and (en|de)cryption
-# sha2 = { version = "0.10", default-features = false }
-# hmac = { version = "0.12", default-features = false }
-# ed25519-dalek = { version = "2", features = ["hazmat", "rand_core"]}
-# x25519-dalek = { version = "2", features = ["static_secrets"]}
+sha2 = { version = "0.10", default-features = false }
+hmac = { version = "0.12", default-features = false }
+ed25519-dalek = { version = "2", default-features = false, features = ["hazmat"] } # features = ["hazmat", "rand_core"]}
+x25519-dalek = { version = "2", default-features = false } # features = ["static_secrets"]}
# rand = "0.8"
-# curve25519-dalek = "4.1.3"
-# aes = "0.8.4"
+curve25519-dalek = "4.1.3"
+aes = { version = "0.8", default-features = false }
# log = { version = "0.4.28", default-features = false }
# Dependencies needed only for the Packet Analyzer