chiark / gitweb /
server: get body
[hippotat.git] / Cargo.lock
index 98af578ed4627d2f98fb486567cb017a412f44a2..9b65d3e7c6a3ea31d51d19f6b86cdc5b36fb745f 100644 (file)
@@ -127,12 +127,6 @@ dependencies = [
  "vec_map",
 ]
 
-[[package]]
-name = "configparser"
-version = "2.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7201ee416d124d589a820111ba755930df8b75855321a9a1b87312a0597ec8f"
-
 [[package]]
 name = "core-foundation"
 version = "0.9.1"
@@ -420,7 +414,6 @@ dependencies = [
  "backtrace",
  "base64",
  "cervine",
- "configparser",
  "env_logger",
  "extend",
  "eyre",
@@ -429,14 +422,19 @@ dependencies = [
  "hippotat-macros",
  "hyper",
  "hyper-tls",
+ "indenter",
  "ipnet",
  "itertools",
  "lazy-regex",
+ "lazy_static",
  "log",
+ "memchr",
+ "mime",
  "parking_lot",
  "regex",
  "sha2",
  "structopt",
+ "subtle",
  "thiserror",
  "tokio",
  "void",
@@ -634,6 +632,12 @@ version = "2.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
 
+[[package]]
+name = "mime"
+version = "0.3.16"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
+
 [[package]]
 name = "miniz_oxide"
 version = "0.4.4"
@@ -1054,6 +1058,12 @@ dependencies = [
  "syn",
 ]
 
+[[package]]
+name = "subtle"
+version = "2.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
+
 [[package]]
 name = "syn"
 version = "1.0.73"