2024-12-22 20:56:52 -03:00
|
|
|
[package]
|
|
|
|
name = "gb-image"
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
gb-core = { path = "../gb-core" }
|
|
|
|
image = { version = "0.24", features = ["webp", "jpeg", "png", "gif"] }
|
|
|
|
imageproc = "0.23"
|
|
|
|
rusttype = "0.9"
|
|
|
|
tesseract = "0.13"
|
2024-12-23 00:20:59 -03:00
|
|
|
opencv = { version = "0.82", features = ["clang-runtime"] }
|
2024-12-22 20:56:52 -03:00
|
|
|
async-trait.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
rstest.workspace = true
|
|
|
|
tokio-test = "0.4"
|
|
|
|
tempfile = "3.8"
|