-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (32 loc) · 817 Bytes
/
Cargo.toml
File metadata and controls
35 lines (32 loc) · 817 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
[package]
name = "checkpointui"
version = "0.1.0"
edition = "2024"
[dependencies]
ansi-to-tui = "7.0.0"
anyhow = { workspace = true }
async_cell = { version = "0.2", features = ["weakref"] }
clap = { version = "4.5", features = ["derive"] }
colored_json = "5"
faer = "0.22"
float8 = { version = "0.2.1", features = ["zerocopy"] }
futures-lite = "2.6"
half = { version = "=2.4.1", features = ["zerocopy"] }
human_format = "1.1.0"
json5 = "0.4.1"
lexical-sort = "0.3.1"
owning_ref = "0.4"
rand = "0.8"
ratatui = "0.29.0"
regex = "1.11.1"
safetensors = "0.6.2"
serde_json = { workspace = true }
tui-scrollview = "0.5.1"
weakref = "0.2"
zerocopy = "0.6"
ggml-base = { path = "ggml-base", features = ["serde_json"] }
[workspace]
members = ["ggml-base"]
[workspace.dependencies]
anyhow = "1.0.98"
serde_json = "1.0.140"