chiark / gitweb /
own http body type
[hippotat.git] / Cargo.toml
index 0649f6e313f1fe3370e622cfc38cc9ab85611b4f..54575e5a66e92ca5d31ad53ea81b7500d333702f 100644 (file)
@@ -15,11 +15,11 @@ members = ["macros"]
 
 [[bin]]
 name="hippotat"
-path="src/bin/client.rs"
+path="client/client.rs"
 
 [[bin]]
 name="hippotatd"
-path="src/bin/server.rs"
+path="server/server.rs"
 
 [dependencies]
 
@@ -29,26 +29,30 @@ 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"
+pin-project-lite = "0.2"
 sha2 = "0.9"
 structopt = "0.3"
+subtle = "2"
 tokio = { version = "1", features = ["full"] }
 thiserror = "1"
 void = "1"
 
 # Not in sid:
 extend = "1"           # no deps not in sid
-eyre = "0.6"           # deps not in sid: 
-# indenter             # no deps not in sid
+eyre = "0.6"           # deps not in sid: indenter (see below)
+indenter = "0.3"       # no deps not in sid
 fehler = "1"           # no deps (other than fehler-macros, obvs)
 lazy-regex = "2"       # no deps not in sid
 cervine = "0.0"                # no (non-dev)-deps not in sid