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.
25 lines
738 B
25 lines
738 B
--- rav1e-0.5.1/Cargo.toml 1970-01-01T00:00:01+00:00 |
|
+++ rav1e-0.5.1/Cargo.toml 1970-01-01T00:00:01+00:00 |
|
@@ -232,22 +232,6 @@ |
|
tracing = ["rust_hawktracer/profiling_enabled"] |
|
unstable = [] |
|
wasm = ["wasm-bindgen"] |
|
-[target."cfg(any(decode_test, decode_test_dav1d))".dependencies.system-deps] |
|
-version = "~3.1.2" |
|
-[target."cfg(fuzzing)".dependencies.arbitrary] |
|
-version = "0.4" |
|
- |
|
-[target."cfg(fuzzing)".dependencies.interpolate_name] |
|
-version = "0.2.2" |
|
- |
|
-[target."cfg(fuzzing)".dependencies.libfuzzer-sys] |
|
-version = "0.3" |
|
- |
|
-[target."cfg(fuzzing)".dependencies.rand] |
|
-version = "0.8" |
|
- |
|
-[target."cfg(fuzzing)".dependencies.rand_chacha] |
|
-version = "0.3" |
|
[target."cfg(unix)".dependencies.signal-hook] |
|
version = "0.3" |
|
optional = true
|
|
|