gardenserver/Cargo.toml

37 lines
604 B
TOML
Raw Permalink Normal View History

2020-10-09 21:02:45 +02:00
[package]
name = "gardenserver"
version = "0.10.4-alpha.0"
2020-10-26 02:54:48 +01:00
authors = ["Tomáš Mládek <t@mldk.cz>"]
2020-10-09 21:02:45 +02:00
edition = "2018"
2020-10-20 19:37:35 +02:00
publish = false
2020-10-09 21:02:45 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
anyhow = "1.0"
2021-03-06 12:01:54 +01:00
env_logger = "^0.8"
2020-10-09 21:02:45 +02:00
log = "0.4"
2021-03-06 12:01:54 +01:00
actix = "^0.10"
actix-files = "^0.5"
actix-rt = "^2.1"
actix-web = "^3.1"
actix_derive = "^0.5"
2020-10-09 21:02:45 +02:00
pulldown-cmark = "0.8.0"
tera = "1"
2021-04-21 22:16:43 +02:00
kuchiki = "0.8.1"
html5ever = "*"
markup5ever = "*"
2020-10-09 21:02:45 +02:00
chrono = "0.4"
2021-07-25 13:56:05 +02:00
timeago = "0.3.0"
2020-10-09 21:02:45 +02:00
regex = "1"
2021-03-06 12:01:54 +01:00
linkify = "0.5"
2021-04-21 22:16:43 +02:00
slug = "0.1.4"
2020-10-09 21:02:45 +02:00
percent-encoding = "2.1.0"