2020-10-09 21:02:45 +02:00
|
|
|
[package]
|
|
|
|
name = "gardenserver"
|
2021-03-06 12:02:02 +01:00
|
|
|
version = "0.5.3-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"
|
|
|
|
|
|
|
|
chrono = "0.4"
|
|
|
|
regex = "1"
|
2021-03-06 12:01:54 +01:00
|
|
|
linkify = "0.5"
|
2020-10-09 21:02:45 +02:00
|
|
|
percent-encoding = "2.1.0"
|