Skip to content

Commit 4c9b380

Browse files
committed
removed http server example and deps
1 parent c690d2e commit 4c9b380

17 files changed

Lines changed: 0 additions & 800 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 238 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,9 @@ rpath = false
2424

2525
[workspace.dependencies]
2626
anyhow = "1.0.100"
27-
async-io = "2.6.0"
2827
base64 = "0.22.1"
2928
clap = { version = "4.5.53", features = ["derive"] }
3029
flume = "0.12.0"
31-
futures = "0.3.31"
32-
futures-time = "3.0.1"
33-
http = "1.4.0"
34-
http-body-util = "0.1.3"
35-
hyper = { version = "1.8.1", features = ["full"] }
36-
hyper-util = { version = "0.1.19", features = ["tokio"] }
3730
memory-stats = "1.2.0"
3831
normalize-path = "0.2.1"
3932
num_cpus = "1.17.0"
@@ -42,7 +35,6 @@ parking_lot = "0.12.5"
4235
rand = "0.9.2"
4336
sha2 = "0.10.9"
4437
tokio = { version = "1.48.0", features = ["full"] }
45-
tokio-util = "0.7.17"
4638
tracing = { version = "0.1.44" }
4739
oxc-miette = { version = "2.6.0", features = ["fancy"] }
4840
serde = { version = "1.0.228", features = ["derive"] }

examples/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ workspace = true
1010
ion = { path = "../crates/ion" }
1111
anyhow.workspace = true
1212
tokio.workspace = true
13-
http.workspace = true
14-
http-body-util.workspace = true
15-
hyper.workspace = true
16-
hyper-util.workspace = true
17-
futures.workspace = true
18-
tokio-util.workspace = true
19-
num_cpus.workspace = true
2013
memory-stats.workspace = true
2114
normalize-path.workspace = true
2215
parking_lot.workspace = true

examples/src/http_server/handlers/async.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)