Skip to content

Commit

Permalink
fix: remove http (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDarksome authored Jun 19, 2024
1 parent 7426384 commit 3d85923
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 94 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ full = [
"future",
"geoblock",
"geoip",
"http",
"metrics",
"rate_limit",
]
Expand All @@ -31,9 +30,9 @@ collections = ["dep:collections"]
future = ["dep:future"]
geoblock = ["geoip/middleware"]
geoip = ["dep:geoip"]
http = []
metrics = ["dep:metrics", "future/metrics", "alloc/metrics", "http/metrics"]
metrics = ["dep:metrics", "future/metrics", "alloc/metrics"]
future_metrics = ["dep:future_metrics"]
alloc_metrics = ["alloc/metrics"]
profiler = ["alloc/profiler"]
rate_limit = ["dep:rate_limit"]

Expand All @@ -46,7 +45,6 @@ analytics = { path = "./crates/analytics", optional = true }
collections = { path = "./crates/collections", optional = true }
future = { path = "./crates/future", optional = true }
geoip = { path = "./crates/geoip", optional = true }
http = { path = "./crates/http", optional = true }
metrics = { path = "./crates/metrics", optional = true }
future_metrics = { path = "./crates/future_metrics", optional = true }
rate_limit = { path = "./crates/rate_limit", optional = true }
Expand Down
15 changes: 0 additions & 15 deletions crates/http/Cargo.toml

This file was deleted.

59 changes: 0 additions & 59 deletions crates/http/src/executor.rs

This file was deleted.

5 changes: 0 additions & 5 deletions crates/http/src/lib.rs

This file was deleted.

0 comments on commit 3d85923

Please sign in to comment.