11[package ]
2+ default-run = " main"
23name = " torrust-index"
34readme = " README.md"
4- default-run = " main"
55
66authors.workspace = true
77description.workspace = true
@@ -16,15 +16,13 @@ rust-version.workspace = true
1616version.workspace = true
1717
1818[workspace .package ]
19- authors = [
20- " Nautilus Cyberneering <[email protected] >, Mick van Dijke <[email protected] >" ,
21- ]
19+ authors = [
" Nautilus Cyberneering <[email protected] >, Mick van Dijke <[email protected] >" ]
2220categories = [" network-programming" , " web-programming" ]
2321description = " A BitTorrent Index"
2422documentation = " https://docs.rs/crate/torrust-tracker/"
2523edition = " 2021"
2624homepage = " https://torrust.com/"
27- keywords = [" bittorrent" , " file-sharing" , " peer-to-peer" , " torrent" , " index " ]
25+ keywords = [" bittorrent" , " file-sharing" , " index " , " peer-to-peer" , " torrent" ]
2826license = " AGPL-3.0-only"
2927publish = true
3028repository = " https://github.com/torrust/torrust-tracker"
@@ -35,65 +33,44 @@ version = "3.0.0-alpha.1-develop"
3533opt-level = 3
3634
3735[dependencies ]
36+ argon2 = " 0"
3837async-trait = " 0"
39- futures = " 0"
40- sqlx = { version = " 0" , features = [
41- " runtime-tokio-native-tls" ,
42- " sqlite" ,
43- " mysql" ,
44- " migrate" ,
45- " time" ,
46- ] }
38+ axum = { version = " 0" , features = [" multipart" ] }
39+ binascii = " 0"
40+ bytes = " 1"
41+ chrono = { version = " 0" , default-features = false , features = [" clock" ] }
4742config = " 0"
48- toml = " 0"
4943derive_more = " 0"
44+ email_address = " 0"
45+ fern = " 0"
46+ futures = " 0"
47+ hex = " 0"
48+ hyper = " 0"
49+ indexmap = " 1"
50+ jsonwebtoken = " 8"
51+ lazy_static = " 1.4.0"
52+ lettre = { version = " 0" , features = [" builder" , " smtp-transport" , " tokio1" , " tokio1-native-tls" , " tokio1-rustls-tls" ] }
53+ log = " 0"
54+ pbkdf2 = { version = " 0" , features = [" simple" ] }
55+ rand_core = { version = " 0" , features = [" std" ] }
56+ regex = " 1"
57+ reqwest = { version = " 0" , features = [" json" , " multipart" ] }
5058serde = { version = " 1" , features = [" rc" ] }
51- serde_derive = " 1"
52- serde_json = " 1"
5359serde_bencode = " 0"
5460serde_bytes = " 0"
55- urlencoding = " 2"
56- argon2 = " 0"
57- rand_core = { version = " 0" , features = [" std" ] }
58- chrono = { version = " 0" , default-features = false , features = [" clock" ] }
59- jsonwebtoken = " 8"
61+ serde_derive = " 1"
62+ serde_json = " 1"
6063sha-1 = " 0"
61- reqwest = { version = " 0" , features = [" json" , " multipart" ] }
62- tokio = { version = " 1" , features = [
63- " macros" ,
64- " io-util" ,
65- " net" ,
66- " time" ,
67- " rt-multi-thread" ,
68- " fs" ,
69- " sync" ,
70- " signal" ,
71- ] }
72- lettre = { version = " 0" , features = [
73- " builder" ,
74- " tokio1" ,
75- " tokio1-rustls-tls" ,
76- " tokio1-native-tls" ,
77- " smtp-transport" ,
78- ] }
64+ sqlx = { version = " 0" , features = [" migrate" , " mysql" , " runtime-tokio-native-tls" , " sqlite" , " time" ] }
7965tera = { version = " 1" , default-features = false }
80- regex = " 1"
81- pbkdf2 = { version = " 0" , features = [" simple" ] }
8266text-colorizer = " 1"
83- log = " 0"
84- fern = " 0"
85- bytes = " 1"
8667text-to-png = " 0"
87- indexmap = " 1"
8868thiserror = " 1"
89- binascii = " 0"
90- axum = { version = " 0" , features = [" multipart" ] }
91- hyper = " 0"
92- tower-http = { version = " 0" , features = [" cors" , " compression-full" ] }
93- email_address = " 0"
94- hex = " 0"
69+ tokio = { version = " 1" , features = [" fs" , " io-util" , " macros" , " net" , " rt-multi-thread" , " signal" , " sync" , " time" ] }
70+ toml = " 0"
71+ tower-http = { version = " 0" , features = [" compression-full" , " cors" ] }
72+ urlencoding = " 2"
9573uuid = { version = " 1" , features = [" v4" ] }
96- lazy_static = " 1.4.0"
9774
9875[dev-dependencies ]
9976rand = " 0"
0 commit comments