-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (32 loc) · 908 Bytes
/
Copy pathCargo.toml
File metadata and controls
36 lines (32 loc) · 908 Bytes
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
29
30
31
32
33
34
35
36
[workspace]
members = [
"crates/recognizr"
]
resolver = "2"
[workspace.dependencies]
ab_glyph = "0.2.31"
anyhow = "1.0.99"
axum = { version = "0.8.4", features = ["multipart"] }
base64 = "0.22.1"
config = "0.15.14"
image = "0.25.6"
imageproc = "0.25.0"
ndarray = "0.16.1"
ort = { version = "=2.0.0-rc.9", features = ["cuda"] }
rand = "0.9.2"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
surrealdb = "2.3.7"
thiserror = "2.0.16"
tokio = { version = "1.47.1", features = ["full"] }
toml = "0.9.5"
tower-http = { version = "0.6.2", features = ["cors"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
[patch.crates-io]
ort = { git = "https://github.com/pykeio/ort.git", tag = "v2.0.0-rc.9" }
ort-sys = { git = "https://github.com/pykeio/ort.git", tag = "v2.0.0-rc.9" }
[profile.dev]
rpath = true
[profile.release]
rpath = true