feat: move client decode library into a feature

breaking change: Client features must be be built specificially and are not included by default.
This commit is contained in:
Henry Schimke
2023-12-31 13:30:35 -06:00
parent 84a54d420d
commit 1a40a64097
2 changed files with 7 additions and 1 deletions

View File

@@ -66,6 +66,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",