From a2bb406d45f19720e74b4af1f1440424b81c419e Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 4 Mar 2024 18:27:53 +0100 Subject: [PATCH] avoid whitespace changes --- sha1/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index e5799cf1..dcb6e049 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -26,10 +26,10 @@ hex-literal = "0.4" [features] default = ["oid", "std"] std = ["digest/std"] -oid = ["digest/oid"] # Enable OID support +oid = ["digest/oid"] # Enable OID support zeroize = ["digest/zeroize"] -force-soft = [] # Force software implementation -collision = ["digest/mac"] # Detect SHA1 collisions and mitigate them +force-soft = [] # Force software implementation +collision = ["digest/mac"] # Detect SHA1 collisions and mitigate them [package.metadata.docs.rs] all-features = true