You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
445 B
22 lines
445 B
--- sha-1-0.9.7/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ sha-1-0.9.7/Cargo.toml 2021-07-27T21:27:12.997846+00:00
|
|
@@ -40,9 +40,6 @@
|
|
[dependencies.opaque-debug]
|
|
version = "0.3"
|
|
|
|
-[dependencies.sha1-asm]
|
|
-version = "0.5"
|
|
-optional = true
|
|
[dev-dependencies.digest]
|
|
version = "0.9"
|
|
features = ["dev"]
|
|
@@ -51,8 +48,6 @@
|
|
version = "0.2"
|
|
|
|
[features]
|
|
-asm = ["sha1-asm"]
|
|
-asm-aarch64 = ["asm"]
|
|
compress = []
|
|
default = ["std"]
|
|
force-soft = []
|