mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
Merge pull request #41 from rxing-core/client_build_optional
feat: make client builds optional
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user