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.
|
|
|
--- im-rc-15.0.0/Cargo.toml 2020-05-15T19:00:18+00:00
|
|
|
|
+++ im-rc-15.0.0/Cargo.toml 2021-08-04T16:11:40.028148+00:00
|
|
|
|
@@ -29,33 +29,18 @@
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "./src/lib.rs"
|
|
|
|
-[dependencies.arbitrary]
|
|
|
|
-version = "0.4"
|
|
|
|
-optional = true
|
|
|
|
|
|
|
|
[dependencies.bitmaps]
|
|
|
|
version = "2"
|
|
|
|
|
|
|
|
-[dependencies.proptest]
|
|
|
|
-version = "0.9"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[dependencies.quickcheck]
|
|
|
|
-version = "0.9"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
[dependencies.rand_core]
|
|
|
|
-version = "0.5.1"
|
|
|
|
+version = "0.6.3"
|
|
|
|
|
|
|
|
[dependencies.rand_xoshiro]
|
|
|
|
-version = "0.4"
|
|
|
|
+version = "0.6"
|
|
|
|
|
|
|
|
[dependencies.rayon]
|
|
|
|
version = "1"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[dependencies.refpool]
|
|
|
|
-version = "0.4"
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
[dependencies.serde]
|
|
|
|
@@ -96,6 +81,5 @@
|
|
|
|
|
|
|
|
[features]
|
|
|
|
debug = []
|
|
|
|
-pool = ["refpool", "sized-chunks/refpool"]
|
|
|
|
[badges.travis-ci]
|
|
|
|
repository = "bodil/im-rs"
|