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.
rust-sha-1/sha-1-fix-metadata.diff

27 lines
698 B

--- sha-1-0.9.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ sha-1-0.9.3/Cargo.toml 2021-02-15T11:36:17.851842+00:00
@@ -37,9 +37,6 @@
[dependencies.opaque-debug]
version = "0.3"
-[dependencies.sha1-asm]
-version = "0.4"
-optional = true
[dev-dependencies.digest]
version = "0.9"
features = ["dev"]
@@ -48,13 +45,8 @@
version = "0.2"
[features]
-asm = ["sha1-asm", "libc"]
-asm-aarch64 = ["asm"]
default = ["std"]
force-soft = []
std = ["digest/std"]
-[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
-version = "0.2.84"
-optional = true
[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpuid-bool]
version = "0.1"