11[package ]
2- description = " A library with the core functionality needed to implement a BitTorrent tracker."
3- keywords = [" api" , " bittorrent" , " core" , " library" , " tracker" ]
4- name = " bittorrent-tracker-core"
5- readme = " README.md"
62authors.workspace = true
3+ description = " A library with the core functionality needed to implement a BitTorrent tracker."
74documentation.workspace = true
85edition.workspace = true
96homepage.workspace = true
7+ keywords = [" api" , " bittorrent" , " core" , " library" , " tracker" ]
108license.workspace = true
9+ name = " bittorrent-tracker-core"
1110publish.workspace = true
11+ readme = " README.md"
1212repository.workspace = true
1313rust-version.workspace = true
1414version.workspace = true
@@ -17,7 +17,7 @@ version.workspace = true
1717aquatic_udp_protocol = " 0"
1818bittorrent-primitives = " 0.1.0"
1919chrono = { version = " 0" , default-features = false , features = [" clock" ] }
20- derive_more = { version = " 1 " , features = [" as_ref" , " constructor" , " from" ] }
20+ derive_more = { version = " 2 " , features = [" as_ref" , " constructor" , " from" ] }
2121mockall = " 0"
2222r2d2 = " 0"
2323r2d2_mysql = " 25"
@@ -26,13 +26,7 @@ rand = "0"
2626serde = { version = " 1" , features = [" derive" ] }
2727serde_json = { version = " 1" , features = [" preserve_order" ] }
2828thiserror = " 2"
29- tokio = { version = " 1" , features = [
30- " macros" ,
31- " net" ,
32- " rt-multi-thread" ,
33- " signal" ,
34- " sync" ,
35- ] }
29+ tokio = { version = " 1" , features = [" macros" , " net" , " rt-multi-thread" , " signal" , " sync" ] }
3630torrust-tracker-clock = { version = " 3.0.0-develop" , path = " ../clock" }
3731torrust-tracker-configuration = { version = " 3.0.0-develop" , path = " ../configuration" }
3832torrust-tracker-located-error = { version = " 3.0.0-develop" , path = " ../located-error" }
@@ -43,7 +37,7 @@ tracing = "0"
4337[dev-dependencies ]
4438local-ip-address = " 0"
4539mockall = " 0"
40+ testcontainers = " 0"
4641torrust-tracker-api-client = { version = " 3.0.0-develop" , path = " ../tracker-api-client" }
4742torrust-tracker-test-helpers = { version = " 3.0.0-develop" , path = " ../test-helpers" }
48- testcontainers = " 0.17.0"
4943url = " 2.5.4"
0 commit comments