-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
54 lines (51 loc) · 1.29 KB
/
Cargo.toml
File metadata and controls
54 lines (51 loc) · 1.29 KB
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
48
49
50
51
52
53
54
[package]
name = "subscript-html"
version = "0.3.0"
authors = ["Colbyn Wadman <hello@colbyn.com>"]
edition = "2018"
repository = "https://github.com/subscript-publishing/subscript"
homepage = "https://github.com/subscript-publishing/subscript"
license = "MPL-2.0"
description = "Content Publishing using Web Technologies"
keywords = ['site', 'static', 'generator', 'html', 'bundler']
categories = [
'template-engine',
'mathematics',
'web-programming',
]
[dependencies]
html5ever = "0.25.1"
markup5ever = "0.10.0"
markup5ever_rcdom = "0.1.0"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1"
lazy_static = "1.0.0"
structopt = { version = "0.3"}
glob = "0.3.0"
rand = "0.7.3"
hotwatch = "0.4.5"
rayon = "1.5.0"
toml = "0.5"
# rhai = {version = "0.19.7", features = ["serde", "unchecked"]}
grass = "0.10.4"
# Server
tokio = { version = "0.2", features = ["rt-core", "macros"] }
hyper = "0.13"
headers = "0.3"
mime_guess = "2.0"
percent-encoding = "2.1"
# pct-str = "1.1.0"
# Compression
brotli = "3"
flate2 = "1.0"
# Rendering
tera = "1"
ignore = "0.4" # Respect to .gitignore while listing directories.
# Logging
chrono = "0.4"
# Directory Download
qstring = "0.7"
zip = { version = "0.5", default-features = false, features = ["deflate"] }
futures-util = "0.3.8"
# Markdown
comrak = "0.9.0"