forked from torrust/torrust-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 830 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (26 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
description = "A library with the primitive types and functions for the BitTorrent HTTP tracker protocol."
keywords = [ "api", "library", "primitives" ]
name = "torrust-tracker-http-tracker-protocol"
readme = "README.md"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
torrust-info-hash = "=0.2.0"
torrust-peer-id = "0.1.0"
derive_more = { version = "2", features = [ "as_ref", "constructor", "from" ] }
multimap = "0"
percent-encoding = "2"
serde = { version = "1", features = [ "derive" ] }
serde_bencode = "0"
thiserror = "2"
torrust-clock = "3.0.0"
torrust-bencode = "3.0.0"
torrust-located-error = "3.0.0"