[package] name = "coffeepaste" version = "1.4.0" edition = "2018" authors = ["Martin Dørum "] [dependencies] hyper = "0.13" tokio = { version = "0.2", features = ["full"] } tokio-util = { version = "0.3", features = ["codec"] } mime_guess = "2.0" rand = "0.7" futures = "0.3" libc = "0.2" chrono = "0.4" log = "0.4" env_logger = "0.7" rexiv2 = "0.9" bytes = "0.5" [build-dependencies.config_struct] version = "0.4" features = ["toml-parsing"]