Merge pull request #41 from rxing-core/client_build_optional

feat: make client builds optional
This commit is contained in:
Henry A Schimke
2024-01-02 16:59:40 -06:00
committed by GitHub
3 changed files with 11 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ rand = "0.8.5"
criterion = "0.5"
[features]
default = ["image"]
default = ["image", "client_support"]
#/// Enable features required for image manipulation and reading.
image = ["dep:image", "dep:imageproc"]
@@ -67,6 +67,9 @@ serde = ["dep:serde"]
#/// Adds otsu binarizer support using imageproc
otsu_level = ["image"]
#/// Adds "client" features do decode many common data formats found in barcodes
client_support = []
[workspace]
members = [
"crates/one-d-proc-derive",