keyfork/crates/qrcode/keyfork-zbar/Cargo.toml

22 lines
614 B
TOML
Raw Normal View History

2024-01-13 07:52:43 +00:00
[package]
name = "keyfork-zbar"
version = "0.1.0"
2024-01-13 17:59:25 +00:00
repository = "https://git.distrust.co/public/keyfork"
2024-01-13 07:52:43 +00:00
edition = "2021"
2024-01-13 17:59:25 +00:00
license = "MIT"
2024-01-13 07:52:43 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
link-runtime = ["bindgen/runtime"]
link-static = ["bindgen/static"]
2024-01-13 07:52:43 +00:00
[dependencies]
2024-02-23 02:58:49 +00:00
keyfork-zbar-sys = { version = "0.1.0", path = "../keyfork-zbar-sys", registry = "distrust" }
image = { version = "0.24.7", default-features = false }
2024-01-13 07:52:43 +00:00
thiserror = "1.0.56"
bindgen = { version = "0.69.4", default-features = false, optional = true }
2024-01-13 07:52:43 +00:00
[dev-dependencies]
v4l = "0.14.0"