char/sorcery

static-files based git repo viewer

git clone https://git.t4t.associates/char/sorcery

Charlotte Somexperiment: support sha-256 oids in git repos42f80d8

main
971 B27 linesraw
1[package]
2name = "sorcery"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7anyhow = "1.0.104"
8arborium-highlight = "2.18.2"
9arbrisseau = { git = "https://git.t4t.associates/char/arbrisseau" }
10arc-swap = "1.9.2"
11axum = "0.8.9"
12clap = { version = "4.5", features = ["derive", "env"] }
13flate2 = { version = "1.1.2", default-features = false, features = ["zlib-rs"] }
14gix = { version = "0.87.1", features = ["sha256"] }
15html-escape = "0.2.15"
16include_dir = "0.7.4"
17mime_guess = "2.0.5"
18minreq = { version = "2.14.1", features = ["https-rustls"] }
19percent-encoding = "2.3.2"
20pulldown-cmark = { version = "0.13.4", default-features = false, features = ["html"] }
21pollster = "0.4.0"
22rayon = "1.11"
23serde = { version = "1.0.228", features = ["derive"] }
24serde_json = "1.0.151"
25sha2 = "0.10.9"
26tokio = { version = "1.53.1", features = ["macros", "rt-multi-thread", "net", "sync", "time", "signal", "process", "io-util"] }
27tokio-util = { version = "0.7.19", features = ["io"] }