-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (27 loc) · 815 Bytes
/
Cargo.toml
File metadata and controls
33 lines (27 loc) · 815 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
[package]
name = "auto-rust"
version = "0.1.0"
edition = "2024"
[dependencies]
bigdecimal = "0.4.8"
convert_case = "0.8.0"
serde = { version = "1.0.219", features = ["derive"] }
sf = "0.1.1"
sqlx = "0.8.5"
# ollama-rs = { version = "0.3.1", features = ["stream", "macros"] }
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
schemars = { version = "0.8", features = ["derive"] }
reqwest = { version = "0.12", features = ["json", "gzip", "rustls-tls"] }
tempfile = "3.10.1"
crud_macros = { path = "./crud_macros" }
fs_extra = "1.3.0"
serde_urlencoded = "0.7.1"
dotenv = "0.15.0"
socketioxide = "0.18.1"
clap = { version = "4.5.56", features = ["derive"] }
file_ops = { path = "./file_ops" }
random-number = "0.1.9"
rand = "0.10.1"
[build-dependencies]
[workspace]
members = ["file_ops"]