|
1 | 1 | [package] |
2 | 2 | name = "torrust-tracker" |
3 | | -description = "A feature rich BitTorrent tracker." |
4 | | -license-file.workspace = true |
| 3 | +readme = "README.md" |
| 4 | + |
5 | 5 | authors.workspace = true |
| 6 | +description.workspace = true |
| 7 | +documentation.workspace = true |
6 | 8 | edition.workspace = true |
| 9 | +homepage.workspace = true |
| 10 | +keywords.workspace = true |
| 11 | +license-file.workspace = true |
| 12 | +publish.workspace = true |
7 | 13 | repository.workspace = true |
| 14 | +rust-version.workspace = true |
8 | 15 | version.workspace = true |
9 | 16 |
|
| 17 | + |
10 | 18 | [workspace.package] |
11 | | -license-file = "COPYRIGHT" |
12 | 19 | authors = [ |
13 | 20 | "Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>", |
14 | 21 | ] |
| 22 | +categories = ["network-programming", "web-programming"] |
| 23 | +description = "A feature rich BitTorrent tracker." |
| 24 | +documentation = "https://docs.rs/crate/torrust-tracker/" |
15 | 25 | edition = "2021" |
| 26 | +homepage = "https://torrust.com/" |
| 27 | +keywords = ["bittorrent", "tracker", "file-sharing", "peer-to-peer", "torrent"] |
| 28 | +license-file = "COPYRIGHT" |
| 29 | +publish = true |
16 | 30 | repository = "https://github.com/torrust/torrust-tracker" |
| 31 | +rust-version = "1.72" |
17 | 32 | version = "3.0.0-alpha.4" |
18 | 33 |
|
| 34 | + |
19 | 35 | [dependencies] |
20 | 36 | tokio = { version = "1.29", features = [ |
21 | 37 | "rt-multi-thread", |
@@ -50,7 +66,7 @@ axum = "0.6.20" |
50 | 66 | axum-server = { version = "0.5", features = ["tls-rustls"] } |
51 | 67 | axum-client-ip = "0.4.1" |
52 | 68 | tower-http = { version = "0.4.3", features = ["compression-full"] } |
53 | | -bencode = { version = "1.0.0-alpha.1", path = "contrib/bencode" } |
| 69 | +torrust-tracker-contrib-bencode = { version = "3.0.0-alpha.4", path = "contrib/bencode"} |
54 | 70 | torrust-tracker-primitives = { version = "3.0.0-alpha.4", path = "packages/primitives" } |
55 | 71 | torrust-tracker-configuration = { version = "3.0.0-alpha.4", path = "packages/configuration" } |
56 | 72 | torrust-tracker-located-error = { version = "3.0.0-alpha.4", path = "packages/located-error" } |
|
0 commit comments