Skip to content

Commit 3d85923

Browse files
authored
fix: remove http (#21)
1 parent 7426384 commit 3d85923

File tree

5 files changed

+2
-94
lines changed

5 files changed

+2
-94
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ full = [
2121
"future",
2222
"geoblock",
2323
"geoip",
24-
"http",
2524
"metrics",
2625
"rate_limit",
2726
]
@@ -31,9 +30,9 @@ collections = ["dep:collections"]
3130
future = ["dep:future"]
3231
geoblock = ["geoip/middleware"]
3332
geoip = ["dep:geoip"]
34-
http = []
35-
metrics = ["dep:metrics", "future/metrics", "alloc/metrics", "http/metrics"]
33+
metrics = ["dep:metrics", "future/metrics", "alloc/metrics"]
3634
future_metrics = ["dep:future_metrics"]
35+
alloc_metrics = ["alloc/metrics"]
3736
profiler = ["alloc/profiler"]
3837
rate_limit = ["dep:rate_limit"]
3938

@@ -46,7 +45,6 @@ analytics = { path = "./crates/analytics", optional = true }
4645
collections = { path = "./crates/collections", optional = true }
4746
future = { path = "./crates/future", optional = true }
4847
geoip = { path = "./crates/geoip", optional = true }
49-
http = { path = "./crates/http", optional = true }
5048
metrics = { path = "./crates/metrics", optional = true }
5149
future_metrics = { path = "./crates/future_metrics", optional = true }
5250
rate_limit = { path = "./crates/rate_limit", optional = true }

crates/http/Cargo.toml

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

crates/http/src/executor.rs

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

crates/http/src/lib.rs

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

0 commit comments

Comments
 (0)