12 lines
262 B
TOML
12 lines
262 B
TOML
[package]
|
|
name = "ddddocr-rs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
tract-onnx = { version = "0.21.10" }
|
|
anyhow = "1.0.102"
|
|
image = "0.25.10"
|
|
base64 = "0.22.1"
|
|
imageproc = { version = "0.26.2", default-features = true } |