11[package ]
2- authors = [" Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>" ]
3- categories = [" network-programming" , " web-programming" ]
2+ authors = [ " Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>" ]
3+ categories = [ " network-programming" , " web-programming" ]
44description = " Common functionality used in all Torrust HTTP servers."
55documentation = " https://docs.rs/torrust-server-lib"
66edition = " 2024"
77homepage = " https://torrust.com/"
8- keywords = [" lib" , " server" , " torrust" ]
8+ keywords = [ " lib" , " server" , " torrust" ]
99license = " AGPL-3.0-only"
1010name = " torrust-server-lib"
1111publish = true
@@ -15,8 +15,8 @@ rust-version = "1.88"
1515version = " 0.1.0"
1616
1717[dependencies ]
18- derive_more = { version = " 2" , features = [" as_ref" , " constructor" , " display" , " from" ] }
19- tokio = { version = " 1" , features = [" macros" , " net" , " rt-multi-thread" , " signal" , " sync" ] }
18+ derive_more = { version = " 2" , features = [ " as_ref" , " constructor" , " display" , " from" ] }
19+ tokio = { version = " 1" , features = [ " macros" , " net" , " rt-multi-thread" , " signal" , " sync" ] }
2020torrust-net-primitives = " 0.1.0"
21- tower-http = { version = " 0" , features = [" compression-full" , " cors" , " propagate-header" , " request-id" , " trace" ] }
21+ tower-http = { version = " 0" , features = [ " compression-full" , " cors" , " propagate-header" , " request-id" , " trace" ] }
2222tracing = " 0"
0 commit comments