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.
56 lines
1006 B
56 lines
1006 B
1 year ago
|
--- palette-0.6.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
||
|
+++ palette-0.6.0/Cargo.toml 2023-12-08T16:45:06.500506+00:00
|
||
|
@@ -28,20 +28,6 @@
|
||
|
[lib]
|
||
|
bench = false
|
||
|
|
||
|
-[[bench]]
|
||
|
-name = "cie_conversion"
|
||
|
-path = "benches/cie.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "rgb_conversion"
|
||
|
-path = "benches/rgb.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "matrix"
|
||
|
-path = "benches/matrix.rs"
|
||
|
-harness = false
|
||
|
[dependencies.approx]
|
||
|
version = "0.5"
|
||
|
default-features = false
|
||
|
@@ -58,7 +44,7 @@
|
||
|
version = "0.6.0"
|
||
|
|
||
|
[dependencies.phf]
|
||
|
-version = "0.9"
|
||
|
+version = "0.8"
|
||
|
features = ["macros"]
|
||
|
optional = true
|
||
|
default-features = false
|
||
|
@@ -76,10 +62,6 @@
|
||
|
version = "2"
|
||
|
default-features = false
|
||
|
|
||
|
-[dev-dependencies.criterion]
|
||
|
-version = "0.3"
|
||
|
-default-features = false
|
||
|
-
|
||
|
[dev-dependencies.csv]
|
||
|
version = "1"
|
||
|
|
||
|
@@ -90,11 +72,6 @@
|
||
|
|
||
|
[dev-dependencies.lazy_static]
|
||
|
version = "1"
|
||
|
-
|
||
|
-[dev-dependencies.rand_mt]
|
||
|
-version = "4"
|
||
|
-features = ["rand-traits"]
|
||
|
-default-features = false
|
||
|
|
||
|
[dev-dependencies.serde]
|
||
|
version = "1"
|