chore(tvix): bump to tokio-listener 0.4.1
This gives multi-listener support, as well as listening on named socket FDs. Change-Id: I92b441f854e2faf80074463d0ca6bdc23cbd890a Reviewed-on: https://cl.tvl.fyi/c/depot/+/11663 Tested-by: BuildkiteCI Reviewed-by: yuka <yuka@yuka.dev> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
		
							parent
							
								
									8afef1a3cc
								
							
						
					
					
						commit
						b080870fd9
					
				
					 4 changed files with 74 additions and 840 deletions
				
			
		
							
								
								
									
										213
									
								
								tvix/Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										213
									
								
								tvix/Cargo.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -310,13 +310,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 | 
					checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "async-trait",
 | 
					 "async-trait",
 | 
				
			||||||
 "axum-core 0.3.4",
 | 
					 "axum-core",
 | 
				
			||||||
 "bitflags 1.3.2",
 | 
					 "bitflags 1.3.2",
 | 
				
			||||||
 "bytes",
 | 
					 "bytes",
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "http-body 0.4.6",
 | 
					 "http-body",
 | 
				
			||||||
 "hyper 0.14.28",
 | 
					 "hyper",
 | 
				
			||||||
 "itoa",
 | 
					 "itoa",
 | 
				
			||||||
 "matchit",
 | 
					 "matchit",
 | 
				
			||||||
 "memchr",
 | 
					 "memchr",
 | 
				
			||||||
| 
						 | 
					@ -331,40 +331,6 @@ dependencies = [
 | 
				
			||||||
 "tower-service",
 | 
					 "tower-service",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "axum"
 | 
					 | 
				
			||||||
version = "0.7.4"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "1236b4b292f6c4d6dc34604bb5120d85c3fe1d1aa596bd5cc52ca054d13e7b9e"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "async-trait",
 | 
					 | 
				
			||||||
 "axum-core 0.4.3",
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "futures-util",
 | 
					 | 
				
			||||||
 "http 1.1.0",
 | 
					 | 
				
			||||||
 "http-body 1.0.0",
 | 
					 | 
				
			||||||
 "http-body-util",
 | 
					 | 
				
			||||||
 "hyper 1.3.1",
 | 
					 | 
				
			||||||
 "hyper-util",
 | 
					 | 
				
			||||||
 "itoa",
 | 
					 | 
				
			||||||
 "matchit",
 | 
					 | 
				
			||||||
 "memchr",
 | 
					 | 
				
			||||||
 "mime",
 | 
					 | 
				
			||||||
 "percent-encoding",
 | 
					 | 
				
			||||||
 "pin-project-lite",
 | 
					 | 
				
			||||||
 "rustversion",
 | 
					 | 
				
			||||||
 "serde",
 | 
					 | 
				
			||||||
 "serde_json",
 | 
					 | 
				
			||||||
 "serde_path_to_error",
 | 
					 | 
				
			||||||
 "serde_urlencoded",
 | 
					 | 
				
			||||||
 "sync_wrapper",
 | 
					 | 
				
			||||||
 "tokio",
 | 
					 | 
				
			||||||
 "tower",
 | 
					 | 
				
			||||||
 "tower-layer",
 | 
					 | 
				
			||||||
 "tower-service",
 | 
					 | 
				
			||||||
 "tracing",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "axum-core"
 | 
					name = "axum-core"
 | 
				
			||||||
version = "0.3.4"
 | 
					version = "0.3.4"
 | 
				
			||||||
| 
						 | 
					@ -374,35 +340,14 @@ dependencies = [
 | 
				
			||||||
 "async-trait",
 | 
					 "async-trait",
 | 
				
			||||||
 "bytes",
 | 
					 "bytes",
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "http-body 0.4.6",
 | 
					 "http-body",
 | 
				
			||||||
 "mime",
 | 
					 "mime",
 | 
				
			||||||
 "rustversion",
 | 
					 "rustversion",
 | 
				
			||||||
 "tower-layer",
 | 
					 "tower-layer",
 | 
				
			||||||
 "tower-service",
 | 
					 "tower-service",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "axum-core"
 | 
					 | 
				
			||||||
version = "0.4.3"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "async-trait",
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "futures-util",
 | 
					 | 
				
			||||||
 "http 1.1.0",
 | 
					 | 
				
			||||||
 "http-body 1.0.0",
 | 
					 | 
				
			||||||
 "http-body-util",
 | 
					 | 
				
			||||||
 "mime",
 | 
					 | 
				
			||||||
 "pin-project-lite",
 | 
					 | 
				
			||||||
 "rustversion",
 | 
					 | 
				
			||||||
 "sync_wrapper",
 | 
					 | 
				
			||||||
 "tower-layer",
 | 
					 | 
				
			||||||
 "tower-service",
 | 
					 | 
				
			||||||
 "tracing",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "backtrace"
 | 
					name = "backtrace"
 | 
				
			||||||
version = "0.3.69"
 | 
					version = "0.3.69"
 | 
				
			||||||
| 
						 | 
					@ -436,7 +381,7 @@ version = "0.2.9"
 | 
				
			||||||
source = "git+https://github.com/flokli/bigtable_rs?rev=0af404741dfc40eb9fa99cf4d4140a09c5c20df7#0af404741dfc40eb9fa99cf4d4140a09c5c20df7"
 | 
					source = "git+https://github.com/flokli/bigtable_rs?rev=0af404741dfc40eb9fa99cf4d4140a09c5c20df7#0af404741dfc40eb9fa99cf4d4140a09c5c20df7"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "gcp_auth",
 | 
					 "gcp_auth",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "log",
 | 
					 "log",
 | 
				
			||||||
 "prost",
 | 
					 "prost",
 | 
				
			||||||
 "prost-build",
 | 
					 "prost-build",
 | 
				
			||||||
| 
						 | 
					@ -1406,7 +1351,7 @@ dependencies = [
 | 
				
			||||||
 "base64",
 | 
					 "base64",
 | 
				
			||||||
 "chrono",
 | 
					 "chrono",
 | 
				
			||||||
 "home",
 | 
					 "home",
 | 
				
			||||||
 "hyper 0.14.28",
 | 
					 "hyper",
 | 
				
			||||||
 "hyper-rustls",
 | 
					 "hyper-rustls",
 | 
				
			||||||
 "ring",
 | 
					 "ring",
 | 
				
			||||||
 "rustls 0.21.12",
 | 
					 "rustls 0.21.12",
 | 
				
			||||||
| 
						 | 
					@ -1480,26 +1425,7 @@ dependencies = [
 | 
				
			||||||
 "futures-core",
 | 
					 "futures-core",
 | 
				
			||||||
 "futures-sink",
 | 
					 "futures-sink",
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "indexmap 2.1.0",
 | 
					 | 
				
			||||||
 "slab",
 | 
					 | 
				
			||||||
 "tokio",
 | 
					 | 
				
			||||||
 "tokio-util",
 | 
					 | 
				
			||||||
 "tracing",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "h2"
 | 
					 | 
				
			||||||
version = "0.4.4"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "fnv",
 | 
					 | 
				
			||||||
 "futures-core",
 | 
					 | 
				
			||||||
 "futures-sink",
 | 
					 | 
				
			||||||
 "futures-util",
 | 
					 | 
				
			||||||
 "http 1.1.0",
 | 
					 | 
				
			||||||
 "indexmap 2.1.0",
 | 
					 "indexmap 2.1.0",
 | 
				
			||||||
 "slab",
 | 
					 "slab",
 | 
				
			||||||
 "tokio",
 | 
					 "tokio",
 | 
				
			||||||
| 
						 | 
					@ -1573,17 +1499,6 @@ dependencies = [
 | 
				
			||||||
 "itoa",
 | 
					 "itoa",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "http"
 | 
					 | 
				
			||||||
version = "1.1.0"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "fnv",
 | 
					 | 
				
			||||||
 "itoa",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "http-body"
 | 
					name = "http-body"
 | 
				
			||||||
version = "0.4.6"
 | 
					version = "0.4.6"
 | 
				
			||||||
| 
						 | 
					@ -1591,30 +1506,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 | 
					checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "bytes",
 | 
					 "bytes",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "pin-project-lite",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "http-body"
 | 
					 | 
				
			||||||
version = "1.0.0"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "http 1.1.0",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "http-body-util"
 | 
					 | 
				
			||||||
version = "0.1.1"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "futures-core",
 | 
					 | 
				
			||||||
 "http 1.1.0",
 | 
					 | 
				
			||||||
 "http-body 1.0.0",
 | 
					 | 
				
			||||||
 "pin-project-lite",
 | 
					 "pin-project-lite",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1646,9 +1538,9 @@ dependencies = [
 | 
				
			||||||
 "futures-channel",
 | 
					 "futures-channel",
 | 
				
			||||||
 "futures-core",
 | 
					 "futures-core",
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
 "h2 0.3.26",
 | 
					 "h2",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "http-body 0.4.6",
 | 
					 "http-body",
 | 
				
			||||||
 "httparse",
 | 
					 "httparse",
 | 
				
			||||||
 "httpdate",
 | 
					 "httpdate",
 | 
				
			||||||
 "itoa",
 | 
					 "itoa",
 | 
				
			||||||
| 
						 | 
					@ -1660,26 +1552,6 @@ dependencies = [
 | 
				
			||||||
 "want",
 | 
					 "want",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "hyper"
 | 
					 | 
				
			||||||
version = "1.3.1"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "futures-channel",
 | 
					 | 
				
			||||||
 "futures-util",
 | 
					 | 
				
			||||||
 "h2 0.4.4",
 | 
					 | 
				
			||||||
 "http 1.1.0",
 | 
					 | 
				
			||||||
 "http-body 1.0.0",
 | 
					 | 
				
			||||||
 "httparse",
 | 
					 | 
				
			||||||
 "httpdate",
 | 
					 | 
				
			||||||
 "itoa",
 | 
					 | 
				
			||||||
 "pin-project-lite",
 | 
					 | 
				
			||||||
 "smallvec",
 | 
					 | 
				
			||||||
 "tokio",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "hyper-rustls"
 | 
					name = "hyper-rustls"
 | 
				
			||||||
version = "0.24.2"
 | 
					version = "0.24.2"
 | 
				
			||||||
| 
						 | 
					@ -1687,8 +1559,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 | 
					checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "hyper 0.14.28",
 | 
					 "hyper",
 | 
				
			||||||
 "rustls 0.21.12",
 | 
					 "rustls 0.21.12",
 | 
				
			||||||
 "rustls-native-certs 0.6.3",
 | 
					 "rustls-native-certs 0.6.3",
 | 
				
			||||||
 "tokio",
 | 
					 "tokio",
 | 
				
			||||||
| 
						 | 
					@ -1701,28 +1573,12 @@ version = "0.4.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
 | 
					checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "hyper 0.14.28",
 | 
					 "hyper",
 | 
				
			||||||
 "pin-project-lite",
 | 
					 "pin-project-lite",
 | 
				
			||||||
 "tokio",
 | 
					 "tokio",
 | 
				
			||||||
 "tokio-io-timeout",
 | 
					 "tokio-io-timeout",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "hyper-util"
 | 
					 | 
				
			||||||
version = "0.1.3"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "futures-util",
 | 
					 | 
				
			||||||
 "http 1.1.0",
 | 
					 | 
				
			||||||
 "http-body 1.0.0",
 | 
					 | 
				
			||||||
 "hyper 1.3.1",
 | 
					 | 
				
			||||||
 "pin-project-lite",
 | 
					 | 
				
			||||||
 "socket2",
 | 
					 | 
				
			||||||
 "tokio",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "iana-time-zone"
 | 
					name = "iana-time-zone"
 | 
				
			||||||
version = "0.1.60"
 | 
					version = "0.1.60"
 | 
				
			||||||
| 
						 | 
					@ -2302,7 +2158,7 @@ dependencies = [
 | 
				
			||||||
 "chrono",
 | 
					 "chrono",
 | 
				
			||||||
 "futures",
 | 
					 "futures",
 | 
				
			||||||
 "humantime",
 | 
					 "humantime",
 | 
				
			||||||
 "hyper 0.14.28",
 | 
					 "hyper",
 | 
				
			||||||
 "itertools 0.12.0",
 | 
					 "itertools 0.12.0",
 | 
				
			||||||
 "md-5",
 | 
					 "md-5",
 | 
				
			||||||
 "parking_lot 0.12.2",
 | 
					 "parking_lot 0.12.2",
 | 
				
			||||||
| 
						 | 
					@ -2362,7 +2218,7 @@ checksum = "1a016b8d9495c639af2145ac22387dcb88e44118e45320d9238fbf4e7889abcb"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "async-trait",
 | 
					 "async-trait",
 | 
				
			||||||
 "futures-core",
 | 
					 "futures-core",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "opentelemetry",
 | 
					 "opentelemetry",
 | 
				
			||||||
 "opentelemetry-proto",
 | 
					 "opentelemetry-proto",
 | 
				
			||||||
 "opentelemetry-semantic-conventions",
 | 
					 "opentelemetry-semantic-conventions",
 | 
				
			||||||
| 
						 | 
					@ -3005,10 +2861,10 @@ dependencies = [
 | 
				
			||||||
 "encoding_rs",
 | 
					 "encoding_rs",
 | 
				
			||||||
 "futures-core",
 | 
					 "futures-core",
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
 "h2 0.3.26",
 | 
					 "h2",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "http-body 0.4.6",
 | 
					 "http-body",
 | 
				
			||||||
 "hyper 0.14.28",
 | 
					 "hyper",
 | 
				
			||||||
 "hyper-rustls",
 | 
					 "hyper-rustls",
 | 
				
			||||||
 "ipnet",
 | 
					 "ipnet",
 | 
				
			||||||
 "js-sys",
 | 
					 "js-sys",
 | 
				
			||||||
| 
						 | 
					@ -3385,16 +3241,6 @@ dependencies = [
 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "serde_path_to_error"
 | 
					 | 
				
			||||||
version = "0.1.16"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "itoa",
 | 
					 | 
				
			||||||
 "serde",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "serde_qs"
 | 
					name = "serde_qs"
 | 
				
			||||||
version = "0.12.0"
 | 
					version = "0.12.0"
 | 
				
			||||||
| 
						 | 
					@ -3855,11 +3701,10 @@ dependencies = [
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "tokio-listener"
 | 
					name = "tokio-listener"
 | 
				
			||||||
version = "0.3.2"
 | 
					version = "0.4.2"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "96367e127b4cf47b92592a5154a563435fe28fe3fccf25917d4a34ee59c87303"
 | 
					checksum = "4134661e12ec11c6276be73544a43144a357b08dfab5c41fd226e15b5bc9a6b2"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "axum 0.7.4",
 | 
					 | 
				
			||||||
 "document-features",
 | 
					 "document-features",
 | 
				
			||||||
 "futures-core",
 | 
					 "futures-core",
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
| 
						 | 
					@ -4011,13 +3856,13 @@ checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "async-stream",
 | 
					 "async-stream",
 | 
				
			||||||
 "async-trait",
 | 
					 "async-trait",
 | 
				
			||||||
 "axum 0.6.20",
 | 
					 "axum",
 | 
				
			||||||
 "base64",
 | 
					 "base64",
 | 
				
			||||||
 "bytes",
 | 
					 "bytes",
 | 
				
			||||||
 "h2 0.3.26",
 | 
					 "h2",
 | 
				
			||||||
 "http 0.2.11",
 | 
					 "http",
 | 
				
			||||||
 "http-body 0.4.6",
 | 
					 "http-body",
 | 
				
			||||||
 "hyper 0.14.28",
 | 
					 "hyper",
 | 
				
			||||||
 "hyper-timeout",
 | 
					 "hyper-timeout",
 | 
				
			||||||
 "percent-encoding",
 | 
					 "percent-encoding",
 | 
				
			||||||
 "pin-project",
 | 
					 "pin-project",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										697
									
								
								tvix/Cargo.nix
									
										
									
									
									
								
							
							
						
						
									
										697
									
								
								tvix/Cargo.nix
									
										
									
									
									
								
							| 
						 | 
					@ -994,7 +994,7 @@ rec {
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "axum 0.6.20" = rec {
 | 
					      "axum" = rec {
 | 
				
			||||||
        crateName = "axum";
 | 
					        crateName = "axum";
 | 
				
			||||||
        version = "0.6.20";
 | 
					        version = "0.6.20";
 | 
				
			||||||
        edition = "2021";
 | 
					        edition = "2021";
 | 
				
			||||||
| 
						 | 
					@ -1006,7 +1006,7 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "axum-core";
 | 
					            name = "axum-core";
 | 
				
			||||||
            packageId = "axum-core 0.3.4";
 | 
					            packageId = "axum-core";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "bitflags";
 | 
					            name = "bitflags";
 | 
				
			||||||
| 
						 | 
					@ -1024,15 +1024,15 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http-body";
 | 
					            name = "http-body";
 | 
				
			||||||
            packageId = "http-body 0.4.6";
 | 
					            packageId = "http-body";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            features = [ "stream" ];
 | 
					            features = [ "stream" ];
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
| 
						 | 
					@ -1122,184 +1122,7 @@ rec {
 | 
				
			||||||
          "ws" = [ "tokio" "dep:tokio-tungstenite" "dep:sha1" "dep:base64" ];
 | 
					          "ws" = [ "tokio" "dep:tokio-tungstenite" "dep:sha1" "dep:base64" ];
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "axum 0.7.4" = rec {
 | 
					      "axum-core" = rec {
 | 
				
			||||||
        crateName = "axum";
 | 
					 | 
				
			||||||
        version = "0.7.4";
 | 
					 | 
				
			||||||
        edition = "2021";
 | 
					 | 
				
			||||||
        sha256 = "17kv7v8m981cqmfbv5m538fzxhw51l9bajv06kfddi7njarb8dhj";
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "async-trait";
 | 
					 | 
				
			||||||
            packageId = "async-trait";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "axum-core";
 | 
					 | 
				
			||||||
            packageId = "axum-core 0.4.3";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-util";
 | 
					 | 
				
			||||||
            packageId = "futures-util";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
            features = [ "alloc" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http";
 | 
					 | 
				
			||||||
            packageId = "http 1.1.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http-body";
 | 
					 | 
				
			||||||
            packageId = "http-body 1.0.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http-body-util";
 | 
					 | 
				
			||||||
            packageId = "http-body-util";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "hyper";
 | 
					 | 
				
			||||||
            packageId = "hyper 1.3.1";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "hyper-util";
 | 
					 | 
				
			||||||
            packageId = "hyper-util";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            features = [ "tokio" "server" "server-auto" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "itoa";
 | 
					 | 
				
			||||||
            packageId = "itoa";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "matchit";
 | 
					 | 
				
			||||||
            packageId = "matchit";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "memchr";
 | 
					 | 
				
			||||||
            packageId = "memchr";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "mime";
 | 
					 | 
				
			||||||
            packageId = "mime";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "percent-encoding";
 | 
					 | 
				
			||||||
            packageId = "percent-encoding";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "pin-project-lite";
 | 
					 | 
				
			||||||
            packageId = "pin-project-lite";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "serde";
 | 
					 | 
				
			||||||
            packageId = "serde";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "serde_json";
 | 
					 | 
				
			||||||
            packageId = "serde_json";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            features = [ "raw_value" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "serde_path_to_error";
 | 
					 | 
				
			||||||
            packageId = "serde_path_to_error";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "serde_urlencoded";
 | 
					 | 
				
			||||||
            packageId = "serde_urlencoded";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "sync_wrapper";
 | 
					 | 
				
			||||||
            packageId = "sync_wrapper";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio";
 | 
					 | 
				
			||||||
            packageId = "tokio";
 | 
					 | 
				
			||||||
            rename = "tokio";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            features = [ "time" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tower";
 | 
					 | 
				
			||||||
            packageId = "tower";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
            features = [ "util" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tower-layer";
 | 
					 | 
				
			||||||
            packageId = "tower-layer";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tower-service";
 | 
					 | 
				
			||||||
            packageId = "tower-service";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tracing";
 | 
					 | 
				
			||||||
            packageId = "tracing";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        buildDependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "rustversion";
 | 
					 | 
				
			||||||
            packageId = "rustversion";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        devDependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "rustversion";
 | 
					 | 
				
			||||||
            packageId = "rustversion";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "serde";
 | 
					 | 
				
			||||||
            packageId = "serde";
 | 
					 | 
				
			||||||
            features = [ "derive" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "serde_json";
 | 
					 | 
				
			||||||
            packageId = "serde_json";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio";
 | 
					 | 
				
			||||||
            packageId = "tokio";
 | 
					 | 
				
			||||||
            rename = "tokio";
 | 
					 | 
				
			||||||
            features = [ "macros" "rt" "rt-multi-thread" "net" "test-util" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tower";
 | 
					 | 
				
			||||||
            packageId = "tower";
 | 
					 | 
				
			||||||
            rename = "tower";
 | 
					 | 
				
			||||||
            features = [ "util" "timeout" "limit" "load-shed" "steer" "filter" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tracing";
 | 
					 | 
				
			||||||
            packageId = "tracing";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        features = {
 | 
					 | 
				
			||||||
          "__private_docs" = [ "tower/full" "dep:tower-http" ];
 | 
					 | 
				
			||||||
          "default" = [ "form" "http1" "json" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ];
 | 
					 | 
				
			||||||
          "form" = [ "dep:serde_urlencoded" ];
 | 
					 | 
				
			||||||
          "http1" = [ "dep:hyper" "hyper?/http1" ];
 | 
					 | 
				
			||||||
          "http2" = [ "dep:hyper" "hyper?/http2" ];
 | 
					 | 
				
			||||||
          "json" = [ "dep:serde_json" "dep:serde_path_to_error" ];
 | 
					 | 
				
			||||||
          "macros" = [ "dep:axum-macros" ];
 | 
					 | 
				
			||||||
          "multipart" = [ "dep:multer" ];
 | 
					 | 
				
			||||||
          "query" = [ "dep:serde_urlencoded" ];
 | 
					 | 
				
			||||||
          "tokio" = [ "dep:hyper-util" "dep:tokio" "tokio/net" "tokio/rt" "tower/make" "tokio/macros" ];
 | 
					 | 
				
			||||||
          "tower-log" = [ "tower/log" ];
 | 
					 | 
				
			||||||
          "tracing" = [ "dep:tracing" "axum-core/tracing" ];
 | 
					 | 
				
			||||||
          "ws" = [ "dep:hyper" "tokio" "dep:tokio-tungstenite" "dep:sha1" "dep:base64" ];
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
        resolvedDefaultFeatures = [ "default" "form" "http1" "json" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ];
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "axum-core 0.3.4" = rec {
 | 
					 | 
				
			||||||
        crateName = "axum-core";
 | 
					        crateName = "axum-core";
 | 
				
			||||||
        version = "0.3.4";
 | 
					        version = "0.3.4";
 | 
				
			||||||
        edition = "2021";
 | 
					        edition = "2021";
 | 
				
			||||||
| 
						 | 
					@ -1321,11 +1144,11 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http-body";
 | 
					            name = "http-body";
 | 
				
			||||||
            packageId = "http-body 0.4.6";
 | 
					            packageId = "http-body";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "mime";
 | 
					            name = "mime";
 | 
				
			||||||
| 
						 | 
					@ -1359,85 +1182,6 @@ rec {
 | 
				
			||||||
          "tracing" = [ "dep:tracing" ];
 | 
					          "tracing" = [ "dep:tracing" ];
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "axum-core 0.4.3" = rec {
 | 
					 | 
				
			||||||
        crateName = "axum-core";
 | 
					 | 
				
			||||||
        version = "0.4.3";
 | 
					 | 
				
			||||||
        edition = "2021";
 | 
					 | 
				
			||||||
        sha256 = "1qx28wg4j6qdcdrisqwyaavlzc0zvbsrcwa99zf9456lfbyn6p51";
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "async-trait";
 | 
					 | 
				
			||||||
            packageId = "async-trait";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-util";
 | 
					 | 
				
			||||||
            packageId = "futures-util";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
            features = [ "alloc" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http";
 | 
					 | 
				
			||||||
            packageId = "http 1.1.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http-body";
 | 
					 | 
				
			||||||
            packageId = "http-body 1.0.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http-body-util";
 | 
					 | 
				
			||||||
            packageId = "http-body-util";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "mime";
 | 
					 | 
				
			||||||
            packageId = "mime";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "pin-project-lite";
 | 
					 | 
				
			||||||
            packageId = "pin-project-lite";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "sync_wrapper";
 | 
					 | 
				
			||||||
            packageId = "sync_wrapper";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tower-layer";
 | 
					 | 
				
			||||||
            packageId = "tower-layer";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tower-service";
 | 
					 | 
				
			||||||
            packageId = "tower-service";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tracing";
 | 
					 | 
				
			||||||
            packageId = "tracing";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        buildDependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "rustversion";
 | 
					 | 
				
			||||||
            packageId = "rustversion";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        devDependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-util";
 | 
					 | 
				
			||||||
            packageId = "futures-util";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
            features = [ "alloc" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        features = {
 | 
					 | 
				
			||||||
          "__private_docs" = [ "dep:tower-http" ];
 | 
					 | 
				
			||||||
          "tracing" = [ "dep:tracing" ];
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
        resolvedDefaultFeatures = [ "tracing" ];
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "backtrace" = rec {
 | 
					      "backtrace" = rec {
 | 
				
			||||||
        crateName = "backtrace";
 | 
					        crateName = "backtrace";
 | 
				
			||||||
        version = "0.3.69";
 | 
					        version = "0.3.69";
 | 
				
			||||||
| 
						 | 
					@ -1547,7 +1291,7 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "log";
 | 
					            name = "log";
 | 
				
			||||||
| 
						 | 
					@ -4334,7 +4078,7 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            features = [ "client" "runtime" "http2" ];
 | 
					            features = [ "client" "runtime" "http2" ];
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
| 
						 | 
					@ -4527,7 +4271,7 @@ rec {
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "h2 0.3.26" = rec {
 | 
					      "h2" = rec {
 | 
				
			||||||
        crateName = "h2";
 | 
					        crateName = "h2";
 | 
				
			||||||
        version = "0.3.26";
 | 
					        version = "0.3.26";
 | 
				
			||||||
        edition = "2018";
 | 
					        edition = "2018";
 | 
				
			||||||
| 
						 | 
					@ -4562,79 +4306,7 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "indexmap";
 | 
					 | 
				
			||||||
            packageId = "indexmap 2.1.0";
 | 
					 | 
				
			||||||
            features = [ "std" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "slab";
 | 
					 | 
				
			||||||
            packageId = "slab";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio";
 | 
					 | 
				
			||||||
            packageId = "tokio";
 | 
					 | 
				
			||||||
            features = [ "io-util" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio-util";
 | 
					 | 
				
			||||||
            packageId = "tokio-util";
 | 
					 | 
				
			||||||
            features = [ "codec" "io" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tracing";
 | 
					 | 
				
			||||||
            packageId = "tracing";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
            features = [ "std" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        devDependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio";
 | 
					 | 
				
			||||||
            packageId = "tokio";
 | 
					 | 
				
			||||||
            features = [ "rt-multi-thread" "macros" "sync" "net" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        features = { };
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "h2 0.4.4" = rec {
 | 
					 | 
				
			||||||
        crateName = "h2";
 | 
					 | 
				
			||||||
        version = "0.4.4";
 | 
					 | 
				
			||||||
        edition = "2021";
 | 
					 | 
				
			||||||
        sha256 = "0sc0ymhiqp4hbz39d405cjbga77wnz2pprbgyc498xs58hlwfvl1";
 | 
					 | 
				
			||||||
        authors = [
 | 
					 | 
				
			||||||
          "Carl Lerche <me@carllerche.com>"
 | 
					 | 
				
			||||||
          "Sean McArthur <sean@seanmonstar.com>"
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "fnv";
 | 
					 | 
				
			||||||
            packageId = "fnv";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-core";
 | 
					 | 
				
			||||||
            packageId = "futures-core";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-sink";
 | 
					 | 
				
			||||||
            packageId = "futures-sink";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-util";
 | 
					 | 
				
			||||||
            packageId = "futures-util";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http";
 | 
					 | 
				
			||||||
            packageId = "http 1.1.0";
 | 
					 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "indexmap";
 | 
					            name = "indexmap";
 | 
				
			||||||
| 
						 | 
					@ -4822,7 +4494,7 @@ rec {
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "http 0.2.11" = rec {
 | 
					      "http" = rec {
 | 
				
			||||||
        crateName = "http";
 | 
					        crateName = "http";
 | 
				
			||||||
        version = "0.2.11";
 | 
					        version = "0.2.11";
 | 
				
			||||||
        edition = "2018";
 | 
					        edition = "2018";
 | 
				
			||||||
| 
						 | 
					@ -4848,36 +4520,7 @@ rec {
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "http 1.1.0" = rec {
 | 
					      "http-body" = rec {
 | 
				
			||||||
        crateName = "http";
 | 
					 | 
				
			||||||
        version = "1.1.0";
 | 
					 | 
				
			||||||
        edition = "2018";
 | 
					 | 
				
			||||||
        sha256 = "0n426lmcxas6h75c2cp25m933pswlrfjz10v91vc62vib2sdvf91";
 | 
					 | 
				
			||||||
        authors = [
 | 
					 | 
				
			||||||
          "Alex Crichton <alex@alexcrichton.com>"
 | 
					 | 
				
			||||||
          "Carl Lerche <me@carllerche.com>"
 | 
					 | 
				
			||||||
          "Sean McArthur <sean@seanmonstar.com>"
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "fnv";
 | 
					 | 
				
			||||||
            packageId = "fnv";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "itoa";
 | 
					 | 
				
			||||||
            packageId = "itoa";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        features = {
 | 
					 | 
				
			||||||
          "default" = [ "std" ];
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
        resolvedDefaultFeatures = [ "default" "std" ];
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "http-body 0.4.6" = rec {
 | 
					 | 
				
			||||||
        crateName = "http-body";
 | 
					        crateName = "http-body";
 | 
				
			||||||
        version = "0.4.6";
 | 
					        version = "0.4.6";
 | 
				
			||||||
        edition = "2018";
 | 
					        edition = "2018";
 | 
				
			||||||
| 
						 | 
					@ -4894,63 +4537,7 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "pin-project-lite";
 | 
					 | 
				
			||||||
            packageId = "pin-project-lite";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "http-body 1.0.0" = rec {
 | 
					 | 
				
			||||||
        crateName = "http-body";
 | 
					 | 
				
			||||||
        version = "1.0.0";
 | 
					 | 
				
			||||||
        edition = "2018";
 | 
					 | 
				
			||||||
        sha256 = "0hyn8n3iadrbwq8y0p1rl1275s4nm49bllw5wji29g4aa3dqbb0w";
 | 
					 | 
				
			||||||
        authors = [
 | 
					 | 
				
			||||||
          "Carl Lerche <me@carllerche.com>"
 | 
					 | 
				
			||||||
          "Lucio Franco <luciofranco14@gmail.com>"
 | 
					 | 
				
			||||||
          "Sean McArthur <sean@seanmonstar.com>"
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http";
 | 
					 | 
				
			||||||
            packageId = "http 1.1.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "http-body-util" = rec {
 | 
					 | 
				
			||||||
        crateName = "http-body-util";
 | 
					 | 
				
			||||||
        version = "0.1.1";
 | 
					 | 
				
			||||||
        edition = "2018";
 | 
					 | 
				
			||||||
        sha256 = "07agldas2qgcfc05ckiarlmf9vzragbda823nqhrqrc6mjrghx84";
 | 
					 | 
				
			||||||
        authors = [
 | 
					 | 
				
			||||||
          "Carl Lerche <me@carllerche.com>"
 | 
					 | 
				
			||||||
          "Lucio Franco <luciofranco14@gmail.com>"
 | 
					 | 
				
			||||||
          "Sean McArthur <sean@seanmonstar.com>"
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-core";
 | 
					 | 
				
			||||||
            packageId = "futures-core";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http";
 | 
					 | 
				
			||||||
            packageId = "http 1.1.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http-body";
 | 
					 | 
				
			||||||
            packageId = "http-body 1.0.0";
 | 
					 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "pin-project-lite";
 | 
					            name = "pin-project-lite";
 | 
				
			||||||
| 
						 | 
					@ -4992,7 +4579,7 @@ rec {
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "hyper 0.14.28" = rec {
 | 
					      "hyper" = rec {
 | 
				
			||||||
        crateName = "hyper";
 | 
					        crateName = "hyper";
 | 
				
			||||||
        version = "0.14.28";
 | 
					        version = "0.14.28";
 | 
				
			||||||
        edition = "2018";
 | 
					        edition = "2018";
 | 
				
			||||||
| 
						 | 
					@ -5021,16 +4608,16 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "h2";
 | 
					            name = "h2";
 | 
				
			||||||
            packageId = "h2 0.3.26";
 | 
					            packageId = "h2";
 | 
				
			||||||
            optional = true;
 | 
					            optional = true;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http-body";
 | 
					            name = "http-body";
 | 
				
			||||||
            packageId = "http-body 0.4.6";
 | 
					            packageId = "http-body";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "httparse";
 | 
					            name = "httparse";
 | 
				
			||||||
| 
						 | 
					@ -5099,104 +4686,6 @@ rec {
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        resolvedDefaultFeatures = [ "client" "default" "full" "h2" "http1" "http2" "runtime" "server" "socket2" "stream" "tcp" ];
 | 
					        resolvedDefaultFeatures = [ "client" "default" "full" "h2" "http1" "http2" "runtime" "server" "socket2" "stream" "tcp" ];
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "hyper 1.3.1" = rec {
 | 
					 | 
				
			||||||
        crateName = "hyper";
 | 
					 | 
				
			||||||
        version = "1.3.1";
 | 
					 | 
				
			||||||
        edition = "2021";
 | 
					 | 
				
			||||||
        sha256 = "0va9pjqshsr8zc07m9h4j2821hsmd9lw9j416yisjqh8gp8msmzy";
 | 
					 | 
				
			||||||
        authors = [
 | 
					 | 
				
			||||||
          "Sean McArthur <sean@seanmonstar.com>"
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-channel";
 | 
					 | 
				
			||||||
            packageId = "futures-channel";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-util";
 | 
					 | 
				
			||||||
            packageId = "futures-util";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "h2";
 | 
					 | 
				
			||||||
            packageId = "h2 0.4.4";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http";
 | 
					 | 
				
			||||||
            packageId = "http 1.1.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http-body";
 | 
					 | 
				
			||||||
            packageId = "http-body 1.0.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "httparse";
 | 
					 | 
				
			||||||
            packageId = "httparse";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "httpdate";
 | 
					 | 
				
			||||||
            packageId = "httpdate";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "itoa";
 | 
					 | 
				
			||||||
            packageId = "itoa";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "pin-project-lite";
 | 
					 | 
				
			||||||
            packageId = "pin-project-lite";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "smallvec";
 | 
					 | 
				
			||||||
            packageId = "smallvec";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            features = [ "const_generics" "const_new" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio";
 | 
					 | 
				
			||||||
            packageId = "tokio";
 | 
					 | 
				
			||||||
            features = [ "sync" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        devDependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-channel";
 | 
					 | 
				
			||||||
            packageId = "futures-channel";
 | 
					 | 
				
			||||||
            features = [ "sink" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-util";
 | 
					 | 
				
			||||||
            packageId = "futures-util";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
            features = [ "alloc" "sink" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio";
 | 
					 | 
				
			||||||
            packageId = "tokio";
 | 
					 | 
				
			||||||
            features = [ "fs" "macros" "net" "io-std" "io-util" "rt" "rt-multi-thread" "sync" "time" "test-util" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        features = {
 | 
					 | 
				
			||||||
          "client" = [ "dep:want" "dep:pin-project-lite" "dep:smallvec" ];
 | 
					 | 
				
			||||||
          "ffi" = [ "dep:libc" "dep:http-body-util" "futures-util?/alloc" ];
 | 
					 | 
				
			||||||
          "full" = [ "client" "http1" "http2" "server" ];
 | 
					 | 
				
			||||||
          "http1" = [ "dep:futures-channel" "dep:futures-util" "dep:httparse" "dep:itoa" ];
 | 
					 | 
				
			||||||
          "http2" = [ "dep:futures-channel" "dep:futures-util" "dep:h2" ];
 | 
					 | 
				
			||||||
          "server" = [ "dep:httpdate" "dep:pin-project-lite" "dep:smallvec" ];
 | 
					 | 
				
			||||||
          "tracing" = [ "dep:tracing" ];
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
        resolvedDefaultFeatures = [ "default" "http1" "http2" "server" ];
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "hyper-rustls" = rec {
 | 
					      "hyper-rustls" = rec {
 | 
				
			||||||
        crateName = "hyper-rustls";
 | 
					        crateName = "hyper-rustls";
 | 
				
			||||||
        version = "0.24.2";
 | 
					        version = "0.24.2";
 | 
				
			||||||
| 
						 | 
					@ -5210,11 +4699,11 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					            usesDefaultFeatures = false;
 | 
				
			||||||
            features = [ "client" ];
 | 
					            features = [ "client" ];
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
| 
						 | 
					@ -5241,7 +4730,7 @@ rec {
 | 
				
			||||||
        devDependencies = [
 | 
					        devDependencies = [
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            features = [ "full" ];
 | 
					            features = [ "full" ];
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
| 
						 | 
					@ -5283,7 +4772,7 @@ rec {
 | 
				
			||||||
        dependencies = [
 | 
					        dependencies = [
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            features = [ "client" ];
 | 
					            features = [ "client" ];
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
| 
						 | 
					@ -5302,7 +4791,7 @@ rec {
 | 
				
			||||||
        devDependencies = [
 | 
					        devDependencies = [
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            features = [ "client" "http1" "tcp" ];
 | 
					            features = [ "client" "http1" "tcp" ];
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
| 
						 | 
					@ -5313,82 +4802,6 @@ rec {
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "hyper-util" = rec {
 | 
					 | 
				
			||||||
        crateName = "hyper-util";
 | 
					 | 
				
			||||||
        version = "0.1.3";
 | 
					 | 
				
			||||||
        edition = "2021";
 | 
					 | 
				
			||||||
        sha256 = "1akngan7j0n2n0wd25c6952mvqbkj9gp1lcwzyxjc0d37l8yyf6a";
 | 
					 | 
				
			||||||
        authors = [
 | 
					 | 
				
			||||||
          "Sean McArthur <sean@seanmonstar.com>"
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "futures-util";
 | 
					 | 
				
			||||||
            packageId = "futures-util";
 | 
					 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http";
 | 
					 | 
				
			||||||
            packageId = "http 1.1.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "http-body";
 | 
					 | 
				
			||||||
            packageId = "http-body 1.0.0";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "hyper";
 | 
					 | 
				
			||||||
            packageId = "hyper 1.3.1";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "pin-project-lite";
 | 
					 | 
				
			||||||
            packageId = "pin-project-lite";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "socket2";
 | 
					 | 
				
			||||||
            packageId = "socket2";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            features = [ "all" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio";
 | 
					 | 
				
			||||||
            packageId = "tokio";
 | 
					 | 
				
			||||||
            optional = true;
 | 
					 | 
				
			||||||
            features = [ "net" "rt" "time" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        devDependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "bytes";
 | 
					 | 
				
			||||||
            packageId = "bytes";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "hyper";
 | 
					 | 
				
			||||||
            packageId = "hyper 1.3.1";
 | 
					 | 
				
			||||||
            features = [ "full" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "tokio";
 | 
					 | 
				
			||||||
            packageId = "tokio";
 | 
					 | 
				
			||||||
            features = [ "macros" "test-util" ];
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        features = {
 | 
					 | 
				
			||||||
          "client" = [ "hyper/client" "dep:tracing" "dep:futures-channel" "dep:tower" "dep:tower-service" ];
 | 
					 | 
				
			||||||
          "client-legacy" = [ "client" ];
 | 
					 | 
				
			||||||
          "full" = [ "client" "client-legacy" "server" "server-auto" "service" "http1" "http2" "tokio" ];
 | 
					 | 
				
			||||||
          "http1" = [ "hyper/http1" ];
 | 
					 | 
				
			||||||
          "http2" = [ "hyper/http2" ];
 | 
					 | 
				
			||||||
          "server" = [ "hyper/server" ];
 | 
					 | 
				
			||||||
          "server-auto" = [ "server" "http1" "http2" ];
 | 
					 | 
				
			||||||
          "service" = [ "dep:tower" "dep:tower-service" ];
 | 
					 | 
				
			||||||
          "tokio" = [ "dep:tokio" "dep:socket2" ];
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
        resolvedDefaultFeatures = [ "default" "http1" "http2" "server" "server-auto" "tokio" ];
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "iana-time-zone" = rec {
 | 
					      "iana-time-zone" = rec {
 | 
				
			||||||
        crateName = "iana-time-zone";
 | 
					        crateName = "iana-time-zone";
 | 
				
			||||||
        version = "0.1.60";
 | 
					        version = "0.1.60";
 | 
				
			||||||
| 
						 | 
					@ -7096,7 +6509,7 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            optional = true;
 | 
					            optional = true;
 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					            usesDefaultFeatures = false;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
| 
						 | 
					@ -7190,7 +6603,7 @@ rec {
 | 
				
			||||||
        devDependencies = [
 | 
					        devDependencies = [
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            features = [ "server" ];
 | 
					            features = [ "server" ];
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
| 
						 | 
					@ -7320,7 +6733,7 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
            optional = true;
 | 
					            optional = true;
 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					            usesDefaultFeatures = false;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
| 
						 | 
					@ -9277,21 +8690,21 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "h2";
 | 
					            name = "h2";
 | 
				
			||||||
            packageId = "h2 0.3.26";
 | 
					            packageId = "h2";
 | 
				
			||||||
            target = { target, features }: (!("wasm32" == target."arch" or null));
 | 
					            target = { target, features }: (!("wasm32" == target."arch" or null));
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http-body";
 | 
					            name = "http-body";
 | 
				
			||||||
            packageId = "http-body 0.4.6";
 | 
					            packageId = "http-body";
 | 
				
			||||||
            target = { target, features }: (!("wasm32" == target."arch" or null));
 | 
					            target = { target, features }: (!("wasm32" == target."arch" or null));
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					            usesDefaultFeatures = false;
 | 
				
			||||||
            target = { target, features }: (!("wasm32" == target."arch" or null));
 | 
					            target = { target, features }: (!("wasm32" == target."arch" or null));
 | 
				
			||||||
            features = [ "tcp" "http1" "http2" "client" "runtime" ];
 | 
					            features = [ "tcp" "http1" "http2" "client" "runtime" ];
 | 
				
			||||||
| 
						 | 
					@ -9440,7 +8853,7 @@ rec {
 | 
				
			||||||
        devDependencies = [
 | 
					        devDependencies = [
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					            usesDefaultFeatures = false;
 | 
				
			||||||
            target = { target, features }: (!("wasm32" == target."arch" or null));
 | 
					            target = { target, features }: (!("wasm32" == target."arch" or null));
 | 
				
			||||||
            features = [ "tcp" "stream" "http1" "http2" "client" "server" "runtime" ];
 | 
					            features = [ "tcp" "stream" "http1" "http2" "client" "server" "runtime" ];
 | 
				
			||||||
| 
						 | 
					@ -10587,27 +10000,7 @@ rec {
 | 
				
			||||||
          "preserve_order" = [ "indexmap" "std" ];
 | 
					          "preserve_order" = [ "indexmap" "std" ];
 | 
				
			||||||
          "std" = [ "serde/std" ];
 | 
					          "std" = [ "serde/std" ];
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        resolvedDefaultFeatures = [ "alloc" "default" "raw_value" "std" ];
 | 
					        resolvedDefaultFeatures = [ "alloc" "default" "std" ];
 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      "serde_path_to_error" = rec {
 | 
					 | 
				
			||||||
        crateName = "serde_path_to_error";
 | 
					 | 
				
			||||||
        version = "0.1.16";
 | 
					 | 
				
			||||||
        edition = "2021";
 | 
					 | 
				
			||||||
        sha256 = "19hlz2359l37ifirskpcds7sxg0gzpqvfilibs7whdys0128i6dg";
 | 
					 | 
				
			||||||
        authors = [
 | 
					 | 
				
			||||||
          "David Tolnay <dtolnay@gmail.com>"
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
        dependencies = [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "itoa";
 | 
					 | 
				
			||||||
            packageId = "itoa";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "serde";
 | 
					 | 
				
			||||||
            packageId = "serde";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "serde_qs" = rec {
 | 
					      "serde_qs" = rec {
 | 
				
			||||||
        crateName = "serde_qs";
 | 
					        crateName = "serde_qs";
 | 
				
			||||||
| 
						 | 
					@ -11070,7 +10463,6 @@ rec {
 | 
				
			||||||
          "drain_keep_rest" = [ "drain_filter" ];
 | 
					          "drain_keep_rest" = [ "drain_filter" ];
 | 
				
			||||||
          "serde" = [ "dep:serde" ];
 | 
					          "serde" = [ "dep:serde" ];
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        resolvedDefaultFeatures = [ "const_generics" "const_new" ];
 | 
					 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "smol_str" = rec {
 | 
					      "smol_str" = rec {
 | 
				
			||||||
        crateName = "smol_str";
 | 
					        crateName = "smol_str";
 | 
				
			||||||
| 
						 | 
					@ -11974,15 +11366,10 @@ rec {
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "tokio-listener" = rec {
 | 
					      "tokio-listener" = rec {
 | 
				
			||||||
        crateName = "tokio-listener";
 | 
					        crateName = "tokio-listener";
 | 
				
			||||||
        version = "0.3.2";
 | 
					        version = "0.4.2";
 | 
				
			||||||
        edition = "2021";
 | 
					        edition = "2021";
 | 
				
			||||||
        sha256 = "00vkr1cywd2agn8jbkzwwf7y4ps3cfjm8l9ab697px2cgc97wdln";
 | 
					        sha256 = "1cm6r5dmpq96s8gw9dgsinq5g8s466j48dg7dckwc4gc28g6cd21";
 | 
				
			||||||
        dependencies = [
 | 
					        dependencies = [
 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "axum";
 | 
					 | 
				
			||||||
            packageId = "axum 0.7.4";
 | 
					 | 
				
			||||||
            rename = "axum07";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "document-features";
 | 
					            name = "document-features";
 | 
				
			||||||
            packageId = "document-features";
 | 
					            packageId = "document-features";
 | 
				
			||||||
| 
						 | 
					@ -12044,12 +11431,14 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
        features = {
 | 
					        features = {
 | 
				
			||||||
          "axum07" = [ "dep:hyper1" "dep:hyper-util" "dep:futures-util" "dep:tower-service" "dep:tower" ];
 | 
					          "axum07" = [ "dep:hyper1" "dep:hyper-util" "dep:futures-util" "dep:tower-service" "dep:tower" "dep:axum07" ];
 | 
				
			||||||
          "clap" = [ "dep:clap" ];
 | 
					          "clap" = [ "dep:clap" ];
 | 
				
			||||||
          "default" = [ "user_facing_default" "tokio-util" ];
 | 
					          "default" = [ "user_facing_default" "tokio-util" ];
 | 
				
			||||||
          "hyper014" = [ "dep:hyper014" ];
 | 
					          "hyper014" = [ "dep:hyper014" ];
 | 
				
			||||||
          "inetd" = [ "dep:futures-util" ];
 | 
					          "inetd" = [ "dep:futures-util" ];
 | 
				
			||||||
 | 
					          "multi-listener" = [ "dep:futures-util" ];
 | 
				
			||||||
          "nix" = [ "dep:nix" ];
 | 
					          "nix" = [ "dep:nix" ];
 | 
				
			||||||
 | 
					          "sd_listen" = [ "socket2" ];
 | 
				
			||||||
          "serde" = [ "dep:serde" "serde_with" ];
 | 
					          "serde" = [ "dep:serde" "serde_with" ];
 | 
				
			||||||
          "serde_with" = [ "dep:serde_with" ];
 | 
					          "serde_with" = [ "dep:serde_with" ];
 | 
				
			||||||
          "socket2" = [ "dep:socket2" ];
 | 
					          "socket2" = [ "dep:socket2" ];
 | 
				
			||||||
| 
						 | 
					@ -12525,7 +11914,7 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "axum";
 | 
					            name = "axum";
 | 
				
			||||||
            packageId = "axum 0.6.20";
 | 
					            packageId = "axum";
 | 
				
			||||||
            optional = true;
 | 
					            optional = true;
 | 
				
			||||||
            usesDefaultFeatures = false;
 | 
					            usesDefaultFeatures = false;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
| 
						 | 
					@ -12539,20 +11928,20 @@ rec {
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "h2";
 | 
					            name = "h2";
 | 
				
			||||||
            packageId = "h2 0.3.26";
 | 
					            packageId = "h2";
 | 
				
			||||||
            optional = true;
 | 
					            optional = true;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http";
 | 
					            name = "http";
 | 
				
			||||||
            packageId = "http 0.2.11";
 | 
					            packageId = "http";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "http-body";
 | 
					            name = "http-body";
 | 
				
			||||||
            packageId = "http-body 0.4.6";
 | 
					            packageId = "http-body";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "hyper";
 | 
					            name = "hyper";
 | 
				
			||||||
            packageId = "hyper 0.14.28";
 | 
					            packageId = "hyper";
 | 
				
			||||||
            optional = true;
 | 
					            optional = true;
 | 
				
			||||||
            features = [ "full" ];
 | 
					            features = [ "full" ];
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,7 @@ itertools = "0.12.0"
 | 
				
			||||||
prost = "0.12.1"
 | 
					prost = "0.12.1"
 | 
				
			||||||
thiserror = "1.0.56"
 | 
					thiserror = "1.0.56"
 | 
				
			||||||
tokio = { version = "1.32.0" }
 | 
					tokio = { version = "1.32.0" }
 | 
				
			||||||
tokio-listener = { version = "0.3.2", features = [ "tonic011" ] }
 | 
					tokio-listener = { version = "0.4.1", features = [ "tonic011" ] }
 | 
				
			||||||
tonic = { version = "0.11.0", features = ["tls", "tls-roots"] }
 | 
					tonic = { version = "0.11.0", features = ["tls", "tls-roots"] }
 | 
				
			||||||
tvix-castore = { path = "../castore" }
 | 
					tvix-castore = { path = "../castore" }
 | 
				
			||||||
tracing = "0.1.37"
 | 
					tracing = "0.1.37"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,7 @@ sha2 = "0.10.6"
 | 
				
			||||||
sled = { version = "0.34.7" }
 | 
					sled = { version = "0.34.7" }
 | 
				
			||||||
thiserror = "1.0.38"
 | 
					thiserror = "1.0.38"
 | 
				
			||||||
tokio = { version = "1.32.0", features = ["fs", "macros", "net", "rt", "rt-multi-thread", "signal"] }
 | 
					tokio = { version = "1.32.0", features = ["fs", "macros", "net", "rt", "rt-multi-thread", "signal"] }
 | 
				
			||||||
tokio-listener = { version = "0.3.2", features = [ "tonic011" ] }
 | 
					tokio-listener = { version = "0.4.1", features = [ "tonic011" ] }
 | 
				
			||||||
tokio-stream = { version = "0.1.14", features = ["fs"] }
 | 
					tokio-stream = { version = "0.1.14", features = ["fs"] }
 | 
				
			||||||
tokio-util = { version = "0.7.9", features = ["io", "io-util", "compat"] }
 | 
					tokio-util = { version = "0.7.9", features = ["io", "io-util", "compat"] }
 | 
				
			||||||
tonic = { version = "0.11.0", features = ["tls", "tls-roots"] }
 | 
					tonic = { version = "0.11.0", features = ["tls", "tls-roots"] }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue