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.
27 lines
572 B
27 lines
572 B
--- v_frame-0.3.4/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ v_frame-0.3.4/Cargo.toml 2023-06-27T17:27:48.196399+00:00
|
|
@@ -35,23 +35,10 @@
|
|
[dependencies.num-traits]
|
|
version = "0.2"
|
|
|
|
-[dependencies.rust_hawktracer]
|
|
-version = "0.7.0"
|
|
-
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
-[dependencies.wasm-bindgen]
|
|
-version = "0.2.63"
|
|
-optional = true
|
|
-
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.4"
|
|
-features = ["html_reports"]
|
|
-
|
|
[features]
|
|
serialize = ["serde"]
|
|
-tracing = ["rust_hawktracer/profiling_enabled"]
|
|
-wasm = ["wasm-bindgen"]
|