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
30 lines (24 loc) · 725 Bytes
/
Cargo.toml
File metadata and controls
30 lines (24 loc) · 725 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
29
30
[package]
description = "(contrib) Efficient decoding and encoding for bencode."
keywords = ["bencode", "contrib", "library"]
name = "torrust-tracker-contrib-bencode"
readme = "README.md"
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Andrew <amiller4421@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/torrust/bittorrent-infrastructure-project"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
publish.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
error-chain = "0.12"
[dev-dependencies]
criterion = "0.5"
[[test]]
name = "test"
path = "test/mod.rs"
[[bench]]
harness = false
name = "bencode_benchmark"