@@ -4,7 +4,7 @@ description = "The Torrust Tracker API."
44documentation.workspace = true
55edition.workspace = true
66homepage.workspace = true
7- keywords = [" axum" , " bittorrent" , " http" , " server" , " torrust" , " tracker" ]
7+ keywords = [ " axum" , " bittorrent" , " http" , " server" , " torrust" , " tracker" ]
88license.workspace = true
99name = " torrust-axum-rest-tracker-api-server"
1010publish.workspace = true
@@ -15,22 +15,22 @@ version.workspace = true
1515
1616[dependencies ]
1717aquatic_udp_protocol = " 0"
18- axum = { version = " 0" , features = [" macros" ] }
19- axum-extra = { version = " 0" , features = [" query" ] }
20- axum-server = { version = " 0" , features = [" tls-rustls-no-provider" ] }
18+ axum = { version = " 0" , features = [ " macros" ] }
19+ axum-extra = { version = " 0" , features = [ " query" ] }
20+ axum-server = { version = " 0" , features = [ " tls-rustls-no-provider" ] }
2121bittorrent-http-tracker-core = { version = " 3.0.0-develop" , path = " ../http-tracker-core" }
2222bittorrent-primitives = " 0.1.0"
2323bittorrent-tracker-core = { version = " 3.0.0-develop" , path = " ../tracker-core" }
2424bittorrent-udp-tracker-core = { version = " 3.0.0-develop" , path = " ../udp-tracker-core" }
25- derive_more = { version = " 2" , features = [" as_ref" , " constructor" , " from" ] }
25+ derive_more = { version = " 2" , features = [ " as_ref" , " constructor" , " from" ] }
2626futures = " 0"
2727hyper = " 1"
28- reqwest = { version = " 0" , features = [" json" ] }
29- serde = { version = " 1" , features = [" derive" ] }
30- serde_json = { version = " 1" , features = [" preserve_order" ] }
31- serde_with = { version = " 3" , features = [" json" ] }
28+ reqwest = { version = " 0" , features = [ " json" ] }
29+ serde = { version = " 1" , features = [ " derive" ] }
30+ serde_json = { version = " 1" , features = [ " preserve_order" ] }
31+ serde_with = { version = " 3" , features = [ " json" ] }
3232thiserror = " 2"
33- tokio = { version = " 1" , features = [" macros" , " net" , " rt-multi-thread" , " signal" , " sync" ] }
33+ tokio = { version = " 1" , features = [ " macros" , " net" , " rt-multi-thread" , " signal" , " sync" ] }
3434torrust-axum-server = { version = " 3.0.0-develop" , path = " ../axum-server" }
3535torrust-rest-tracker-api-client = { version = " 3.0.0-develop" , path = " ../rest-tracker-api-client" }
3636torrust-rest-tracker-api-core = { version = " 3.0.0-develop" , path = " ../rest-tracker-api-core" }
@@ -41,8 +41,8 @@ torrust-tracker-metrics = { version = "3.0.0-develop", path = "../metrics" }
4141torrust-tracker-primitives = { version = " 3.0.0-develop" , path = " ../primitives" }
4242torrust-tracker-swarm-coordination-registry = { version = " 3.0.0-develop" , path = " ../swarm-coordination-registry" }
4343torrust-udp-tracker-server = { version = " 3.0.0-develop" , path = " ../udp-tracker-server" }
44- tower = { version = " 0" , features = [" timeout" ] }
45- tower-http = { version = " 0" , features = [" compression-full" , " cors" , " propagate-header" , " request-id" , " trace" ] }
44+ tower = { version = " 0" , features = [ " timeout" ] }
45+ tower-http = { version = " 0" , features = [ " compression-full" , " cors" , " propagate-header" , " request-id" , " trace" ] }
4646tracing = " 0"
4747url = " 2"
4848
@@ -51,5 +51,5 @@ local-ip-address = "0"
5151mockall = " 0"
5252torrust-rest-tracker-api-client = { version = " 3.0.0-develop" , path = " ../rest-tracker-api-client" }
5353torrust-tracker-test-helpers = { version = " 3.0.0-develop" , path = " ../test-helpers" }
54- url = { version = " 2" , features = [" serde" ] }
55- uuid = { version = " 1" , features = [" v4" ] }
54+ url = { version = " 2" , features = [ " serde" ] }
55+ uuid = { version = " 1" , features = [ " v4" ] }
0 commit comments