[package] name = "pastebucket" version = "0.7.1" authors = ["rasul "] edition = "2018" [dependencies] askama = "0.9" chrono = { version = "0.4", features = ["serde"] } colored = "1.9" fern = { version = "0.5", features = ["colored"] } futures = "0.1" getopts = "0.2" gotham = "0.4" gotham_derive = "0.4" harsh = "0.1.6" hyper = "0.12" lazy_static = "1.4" log = "0.4" mime = "0.3" pulldown-cmark = "0.6" serde = "1.0" serde_derive = "1.0" syntect = "3.3" toml = "0.5" url = "1.6"