28 lines
No EOL
618 B
TOML
28 lines
No EOL
618 B
TOML
[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.12"
|
|
async-trait.workspace = true
|
|
tokio.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
tempfile = "3.8"
|
|
|
|
[dev-dependencies]
|
|
rstest.workspace = true
|
|
tokio-test = "0.4"
|
|
|
|
|
|
[build-dependencies]
|
|
reqwest = { version = "0.11", features = ["blocking"] } |