[package] description = "(contrib) Efficient decoding and encoding for bencode." keywords = ["bencode", "contrib", "library"] name = "torrust-tracker-contrib-bencode" readme = "README.md" authors = ["Nautilus Cyberneering , Andrew "] 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"