Blob Blame History Raw
--- nalgebra-0.32.5/Cargo.toml	1970-01-01T00:00:01+00:00
+++ nalgebra-0.32.5/Cargo.toml	2024-04-23T11:13:10.543407+00:00
@@ -36,7 +36,7 @@
     "wasm",
     "no-std",
 ]
-license = "BSD-3-Clause"
+license = "Apache-2.0"
 repository = "https://github.com/dimforge/nalgebra"
 resolver = "2"
 
@@ -58,12 +58,6 @@
 name = "matrixcompare"
 required-features = ["compare"]
 
-[[bench]]
-name = "nalgebra_bench"
-path = "benches/lib.rs"
-harness = false
-required-features = ["rand"]
-
 [dependencies.alga]
 version = "0.9"
 optional = true
@@ -219,10 +213,6 @@
 
 [dependencies.typenum]
 version = "1.12"
-
-[dev-dependencies.criterion]
-version = "0.4"
-features = ["html_reports"]
 
 [dev-dependencies.itertools]
 version = "0.10"