-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
32 lines (29 loc) · 814 Bytes
/
Cargo.toml
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
[package]
name = "basic_form"
version = "0.0.0"
authors = ["Pavel Strakhov <ri@idzaaus.org>"]
edition = "2018"
publish = false
description = "Qt examples"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-qt/examples"
[dependencies]
cpp_core = "0.6.0"
qt_core = "0.5.0"
qt_gui = "0.5.0"
qt_widgets = "0.5.0"
qt_ui_tools = "0.5.0"
paddleocr = "0.3.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
pdf-extract = "0.7.2"
checksums = "0.9.1"
futures = "0.3.28"
log = "0.4.20"
tokio = { version = "1.32.0", features = ["full"] }
# bson (required by rbatis)
#serde = { version = "1", features = ["derive"] }
rbson = "2.0"
# logging lib(required by rbatis)
fast_log="1.3"
rbatis = { version = "3.0", default-features = false, features = ["sqlite","runtime-async-std-rustls"] }