feature flag for optional compliant qr decode

This commit is contained in:
Henry Schimke
2023-01-09 11:38:23 -06:00
parent 379899d214
commit c04bf06d15
3 changed files with 76 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing"
version = "0.2.11"
version = "0.2.12"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/hschimke/rxing"
@@ -37,3 +37,4 @@ java-rand = "0.2.0"
[features]
default = ["image"]
image = ["dep:image", "dep:imageproc"]
allow_forced_iso_ied_18004_compliance = []