blob: feb43da34a559ae396a817beb679f4c6809e0ef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "zxing-cpp",
"version-string": "2020-12",
"port-version": 3,
"description": "Barcode detection and decoding library.",
"homepage": "https://github.com/glassechidna/zxing-cpp",
"dependencies": [
"bigint"
],
"default-features": [
"iconv",
"opencv"
],
"features": {
"iconv": {
"description": "Build with libiconv",
"dependencies": [
"libiconv"
]
},
"opencv": {
"description": "Build with opencv",
"dependencies": [
"opencv"
]
}
}
}
|