move rand to dev-dependencies

This commit is contained in:
Henry Schimke
2023-01-13 18:49:40 -06:00
parent 05887ccd05
commit 89ed131f20

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rxing" name = "rxing"
version = "0.2.16" version = "0.2.17"
description="A rust port of the zxing barcode library." description="A rust port of the zxing barcode library."
license="Apache-2.0" license="Apache-2.0"
repository="https://github.com/hschimke/rxing" repository="https://github.com/hschimke/rxing"
@@ -17,7 +17,6 @@ regex = "1.7.0"
fancy-regex = "0.10" fancy-regex = "0.10"
once_cell = "1.17.0" once_cell = "1.17.0"
encoding = "0.2" encoding = "0.2"
rand = "0.8.5"
urlencoding = "2.1.2" urlencoding = "2.1.2"
uriparse = "0.6.4" uriparse = "0.6.4"
chrono = "0.4.23" chrono = "0.4.23"
@@ -35,6 +34,7 @@ resvg = {version = "0.28.0", optional = true, default-features=false}
[dev-dependencies] [dev-dependencies]
java-properties = "1.4.1" java-properties = "1.4.1"
java-rand = "0.2.0" java-rand = "0.2.0"
rand = "0.8.5"
[features] [features]
default = ["image"] default = ["image"]