-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
37 lines (35 loc) · 891 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
33
34
35
36
37
[package]
name = "asphinx"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.14.0"
minijinja = { version = '2.5.0', features = ["loader"] }
scraper = '0.22.0'
serde = { version = '1.0.217', features = ["derive"] }
futures = '0.3.31'
minify-html = '0.15.0'
clap = { version = '4.5.23', features = ["derive"] }
chrono = '0.4.39'
gix = '0.69.1'
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", default-features = true, features = [
"local-time",
"time",
"env-filter",
] }
toml = "0.8.19"
lazy-regex = "3.4.1"
anyhow = "1.0.95"
time = { version = "0.3.37", features = ["macros"] }
tokio = { version = "1.41.1", features = [
"fs",
"process",
"rt-multi-thread",
"macros",
] }
thiserror = "2.0.9"
urlencoding = "2.1.3"
redb = "2.4.0"
serde_json = "1.0.134"