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-v_frame/v_frame-fix-metadata.diff

45 lines
837 B

--- v_frame-0.3.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ v_frame-0.3.7/Cargo.toml 2024-01-15T15:41:08.434659+00:00
@@ -19,10 +19,6 @@
license = "BSD-2-Clause"
repository = "https://github.com/rust-av/v_frame"
-[[bench]]
-name = "bench"
-harness = false
-
[dependencies.cfg-if]
version = "1.0"
@@ -35,30 +31,10 @@
[dependencies.num-traits]
version = "0.2"
-[dependencies.profiling]
-version = "1"
-
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
-[dependencies.tracing]
-version = "0.1.40"
-optional = true
-
-[dependencies.wasm-bindgen]
-version = "0.2.63"
-optional = true
-
-[dev-dependencies.criterion]
-version = "0.5"
-features = ["html_reports"]
-
[features]
serialize = ["serde"]
-tracing = [
- "profiling/profile-with-tracing",
- "dep:tracing",
-]
-wasm = ["wasm-bindgen"]