chiark / gitweb /
server: MetadataFieldIterator
[hippotat.git] / Cargo.toml
index 68e1d474523febbb8b17fc7e2b6aaeca231af549..fb745c8a2daa5c30375421c76b7f015e3827be0c 100644 (file)
@@ -29,16 +29,18 @@ hippotat-macros = { path = "macros" }
 # (or currently available):
 backtrace = "0.3"
 base64 = "0.13"
-configparser = "2"
 env_logger = "0.9"
 futures = "0.3"
 hyper = { version = "0.14", features = ["full"] }
 hyper-tls = "0.5"
 ipnet = "2"
 itertools = "0.10"
+mime = "0.3"
 parking_lot = "0.11"
 regex = "1.5"
+lazy_static = "1.4"
 log = "0.4"
+memchr = "2"
 sha2 = "0.9"
 structopt = "0.3"
 tokio = { version = "1", features = ["full"] }