37 lines
946 B
TOML
37 lines
946 B
TOML
[package]
|
|
name = "rookeries"
|
|
version = "0.17.0"
|
|
authors = ["Dorian Pula <dorian.pula@amber-penguin-software.ca>"]
|
|
edition = "2018"
|
|
readme = "readme.md"
|
|
repository = "https://bitbucket.org/dorianpula/rookeries"
|
|
homepage = "https://rookeries.org/"
|
|
license = "Apache-2.0"
|
|
description = "Developer and designer friendly static site generator"
|
|
|
|
[badges]
|
|
circle-ci = { repository = "dorianpula/rookeries" }
|
|
|
|
[dependencies]
|
|
actix-files = "0.1.3"
|
|
actix-web = "1.0"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
colored = "1.8"
|
|
copy_dir = "0.1"
|
|
docopt = "1.0"
|
|
directories = "2.0"
|
|
env_logger = "0.5"
|
|
fake = "1.2"
|
|
log = "0.4"
|
|
opener = "0.4"
|
|
rand = "0.5"
|
|
regex = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
tera = "0.11"
|
|
toml = "0.5"
|
|
uuid = { version = "0.6", features = ["serde", "v4"] }
|
|
# Can not include the default bzip2 support due to OS X linking issues.
|
|
zip = { version = "0.5", default-features = false, features = ["deflate"] }
|