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
26 lines (21 loc) · 673 Bytes
/
Cargo.toml
File metadata and controls
26 lines (21 loc) · 673 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
[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]
thiserror = "1"
[dev-dependencies]
criterion = "0"
[[bench]]
harness = false
name = "bencode_benchmark"