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.
33 lines
755 B
33 lines
755 B
--- av-metrics-0.9.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ av-metrics-0.9.1/Cargo.toml 2023-06-27T17:40:10.392321+00:00
|
|
@@ -14,7 +14,7 @@
|
|
name = "av-metrics"
|
|
version = "0.9.1"
|
|
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
|
|
-include = ["src/**/*"]
|
|
+include = ["src/**/*", "LICENSE"]
|
|
description = "A collection of algorithms for measuring audio/video metrics"
|
|
license = "MIT"
|
|
repository = "https://github.com/rust-av/av-metrics"
|
|
@@ -22,11 +22,6 @@
|
|
|
|
[lib]
|
|
bench = false
|
|
-
|
|
-[[bench]]
|
|
-name = "bench"
|
|
-path = "benches/bench.rs"
|
|
-harness = false
|
|
|
|
[dependencies.crossbeam]
|
|
version = "0.8"
|
|
@@ -54,8 +49,5 @@
|
|
[dependencies.v_frame]
|
|
version = "0.3.1"
|
|
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.4"
|
|
-
|
|
[dev-dependencies.y4m]
|
|
version = "0.8.0"
|