-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
47 lines (45 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
46
47
[package]
name = "scimon"
version = "0.1.0"
edition = "2021"
authors = [ "scibun" ]
homepage = "https://scibun.com"
documentation = "https://docs.scibun.com"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.12.7", features = ["multipart", "json", "blocking"] }
tokio = { version = "1.40.0", features = ["full"] }
futures = "0.3"
url = "2.4.1"
is-url = "1.0.4"
mime = "0.3.13"
dotenvy = "0.15.7"
figlet-rs = "0.1.3"
colored = "2.0"
dirs-next = "2.0"
clap = { version = "4.5.18", features = ["cargo", "derive"] }
indicatif = "0.17.8"
regex = "1.10.6"
once_cell = "1"
chrono = "0.4"
serde_json = "1.0.128"
serde = { version = "1.0.210", features = ["derive"] }
webbrowser = "1.0.2"
pulldown-cmark = "0.12.1"
qrcode = "0.14.0"
base64 = "0.22.1"
serde_yaml = "0.9"
minify = "1.3.0"
image = "0.25.2"
select = "0.6.0"
headless_chrome = "1.0.15"
rand = "0.8.5"
open = "5.1.4"
lopdf = "0.34.0"
sha2 = "0.10.8"
zip = "2.2.0"
walkdir = "2.5.0"
scraper = "0.20.0"
pdfium-render = "0.8.25"
rpassword = "7.3.1"
mathjax = "0.1.1"