1
1
[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"
6
2
authors.workspace = true
3
+ description = " A library with the core functionality needed to implement a BitTorrent tracker."
7
4
documentation.workspace = true
8
5
edition.workspace = true
9
6
homepage.workspace = true
7
+ keywords = [" api" , " bittorrent" , " core" , " library" , " tracker" ]
10
8
license.workspace = true
9
+ name = " bittorrent-tracker-core"
11
10
publish.workspace = true
11
+ readme = " README.md"
12
12
repository.workspace = true
13
13
rust-version.workspace = true
14
14
version.workspace = true
@@ -17,7 +17,7 @@ version.workspace = true
17
17
aquatic_udp_protocol = " 0"
18
18
bittorrent-primitives = " 0.1.0"
19
19
chrono = { 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" ] }
21
21
mockall = " 0"
22
22
r2d2 = " 0"
23
23
r2d2_mysql = " 25"
@@ -26,13 +26,7 @@ rand = "0"
26
26
serde = { version = " 1" , features = [" derive" ] }
27
27
serde_json = { version = " 1" , features = [" preserve_order" ] }
28
28
thiserror = " 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" ] }
36
30
torrust-tracker-clock = { version = " 3.0.0-develop" , path = " ../clock" }
37
31
torrust-tracker-configuration = { version = " 3.0.0-develop" , path = " ../configuration" }
38
32
torrust-tracker-located-error = { version = " 3.0.0-develop" , path = " ../located-error" }
@@ -43,7 +37,7 @@ tracing = "0"
43
37
[dev-dependencies ]
44
38
local-ip-address = " 0"
45
39
mockall = " 0"
40
+ testcontainers = " 0"
46
41
torrust-tracker-api-client = { version = " 3.0.0-develop" , path = " ../tracker-api-client" }
47
42
torrust-tracker-test-helpers = { version = " 3.0.0-develop" , path = " ../test-helpers" }
48
- testcontainers = " 0.17.0"
49
43
url = " 2.5.4"
0 commit comments