gardenserver/Cargo.toml

37 lines
604 B
TOML

[package]
name = "gardenserver"
version = "0.10.4-alpha.0"
authors = ["Tomáš Mládek <t@mldk.cz>"]
edition = "2018"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
anyhow = "1.0"
env_logger = "^0.8"
log = "0.4"
actix = "^0.10"
actix-files = "^0.5"
actix-rt = "^2.1"
actix-web = "^3.1"
actix_derive = "^0.5"
pulldown-cmark = "0.8.0"
tera = "1"
kuchiki = "0.8.1"
html5ever = "*"
markup5ever = "*"
chrono = "0.4"
timeago = "0.3.0"
regex = "1"
linkify = "0.5"
slug = "0.1.4"
percent-encoding = "2.1.0"