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.
68 lines
1.5 KiB
68 lines
1.5 KiB
--- rav1e-0.5.1/Cargo.toml 1970-01-01T00:00:01+00:00 |
|
+++ rav1e-0.5.1/Cargo.toml 2022-08-08T18:36:33.822505+00:00 |
|
@@ -22,7 +22,7 @@ |
|
default-run = "rav1e" |
|
description = "The fastest and safest AV1 encoder" |
|
readme = "README.md" |
|
-license = "BSD-2-Clause" |
|
+license = "BSD-2-Clause AND ISC" |
|
repository = "https://github.com/xiph/rav1e/" |
|
[package.metadata.docs.rs] |
|
no-default-features = true |
|
@@ -90,7 +90,7 @@ |
|
default-features = false |
|
|
|
[dependencies.console] |
|
-version = "0.14" |
|
+version = "0.15" |
|
optional = true |
|
|
|
[dependencies.crossbeam] |
|
@@ -98,7 +98,7 @@ |
|
optional = true |
|
|
|
[dependencies.dav1d-sys] |
|
-version = "0.3.4" |
|
+version = "0.5" |
|
optional = true |
|
|
|
[dependencies.fern] |
|
@@ -139,9 +139,6 @@ |
|
[dependencies.rayon] |
|
version = "1.0" |
|
|
|
-[dependencies.rust_hawktracer] |
|
-version = "0.7.0" |
|
- |
|
[dependencies.scan_fmt] |
|
version = "0.2.3" |
|
optional = true |
|
@@ -165,18 +162,11 @@ |
|
[dependencies.v_frame] |
|
version = "0.2.5" |
|
|
|
-[dependencies.wasm-bindgen] |
|
-version = "0.2.63" |
|
-optional = true |
|
- |
|
[dependencies.y4m] |
|
version = "0.7" |
|
optional = true |
|
[dev-dependencies.assert_cmd] |
|
version = "2.0" |
|
- |
|
-[dev-dependencies.criterion] |
|
-version = "0.3" |
|
|
|
[dev-dependencies.interpolate_name] |
|
version = "0.2.2" |
|
@@ -229,9 +219,7 @@ |
|
scenechange = [] |
|
serialize = ["serde", "toml", "v_frame/serialize", "arrayvec/serde"] |
|
signal_support = ["signal-hook"] |
|
-tracing = ["rust_hawktracer/profiling_enabled"] |
|
unstable = [] |
|
-wasm = ["wasm-bindgen"] |
|
[target."cfg(unix)".dependencies.signal-hook] |
|
version = "0.3" |
|
optional = true
|
|
|