Skip to content

Commit f233dd2

Browse files
committed
refactor: remove unsued dependencies from the main Cargo.toml
1 parent c34c8bc commit f233dd2

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

Cargo.lock

-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-22
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,11 @@ bittorrent-tracker-core = { version = "3.0.0-develop", path = "packages/tracker-
4040
bittorrent-udp-tracker-core = { version = "3.0.0-develop", path = "packages/udp-tracker-core" }
4141
chrono = { version = "0", default-features = false, features = ["clock"] }
4242
clap = { version = "4", features = ["derive", "env"] }
43-
crossbeam-skiplist = "0"
44-
dashmap = "6"
45-
figment = "0"
4643
futures = "0"
47-
parking_lot = "0"
48-
r2d2 = "0"
49-
r2d2_mysql = "25"
50-
r2d2_sqlite = { version = "0", features = ["bundled"] }
5144
rand = "0"
5245
regex = "1"
5346
reqwest = { version = "0", features = ["json"] }
5447
serde = { version = "1", features = ["derive"] }
55-
serde_bytes = "0"
5648
serde_json = { version = "1", features = ["preserve_order"] }
5749
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
5850
torrust-axum-health-check-api-server = { version = "3.0.0-develop", path = "packages/axum-health-check-api-server" }
@@ -63,24 +55,10 @@ torrust-server-lib = { version = "3.0.0-develop", path = "packages/server-lib" }
6355
torrust-tracker-api-core = { version = "3.0.0-develop", path = "packages/tracker-api-core" }
6456
torrust-tracker-clock = { version = "3.0.0-develop", path = "packages/clock" }
6557
torrust-tracker-configuration = { version = "3.0.0-develop", path = "packages/configuration" }
66-
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "packages/torrent-repository" }
6758
torrust-udp-tracker-server = { version = "3.0.0-develop", path = "packages/udp-tracker-server" }
6859
tracing = "0"
6960
tracing-subscriber = { version = "0", features = ["json"] }
7061

71-
[package.metadata.cargo-machete]
72-
ignored = [
73-
"crossbeam-skiplist",
74-
"dashmap",
75-
"figment",
76-
"parking_lot",
77-
"r2d2",
78-
"r2d2_mysql",
79-
"r2d2_sqlite",
80-
"serde_bytes",
81-
"torrust-tracker-torrent-repository",
82-
]
83-
8462
[dev-dependencies]
8563
local-ip-address = "0"
8664
mockall = "0"

0 commit comments

Comments
 (0)