-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
41 lines (37 loc) · 906 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
38
39
40
41
[package]
name = "emmett"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
path = "src/lib.rs"
[[bin]]
path = "src/main.rs"
name = "emmett"
[dependencies]
env_logger = "0.11"
log = "0.4"
walkdir = "2"
gray_matter = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_derive = "1.0.203"
pulldown-cmark = "0.11"
tera = "1"
lazy_static = "1.4.0"
# Use git version to get the nice Builder pattern
config = { git = "https://github.com/mehcode/config-rs", branch = "master" }
chrono = "0.4"
syntect = "5"
atom_syndication = "0.12"
form_urlencoded = "1.2.1"
anyhow = "1.0.86"
thiserror = "1.0.61"
fs_extra = "1.3.0"
xml = "0.8.20"
slug = "0.1.5"
clap = { version = "4.5.8", features = ["derive"] }
strip_markdown = "0.2.0"
pulldown-cmark-toc = "0.5.0"
regex = "1.10.5"
once_cell = "1.19.0"