# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.72" name = "torrust-tracker-contrib-bencode" version = "3.0.0" authors = ["Nautilus Cyberneering , Andrew "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "(contrib) Efficient decoding and encoding for bencode." homepage = "https://torrust.com/" documentation = "https://docs.rs/crate/torrust-tracker/" readme = "README.md" keywords = [ "bencode", "contrib", "library", ] license = "Apache-2.0" repository = "https://github.com/torrust/bittorrent-infrastructure-project" [lib] name = "torrust_tracker_contrib_bencode" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [[bench]] name = "bencode_benchmark" path = "benches/bencode_benchmark.rs" harness = false [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0"