# 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-torrent-repository" version = "3.0.0" authors = ["Nautilus Cyberneering , Mick van Dijke "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A library that provides a repository of torrents files and their peers." homepage = "https://torrust.com/" documentation = "https://docs.rs/crate/torrust-tracker/" readme = "README.md" keywords = [ "library", "repository", "torrents", ] categories = [ "network-programming", "web-programming", ] license = "AGPL-3.0-only" repository = "https://github.com/torrust/torrust-tracker" [lib] name = "torrust_tracker_torrent_repository" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [[bench]] name = "repository_benchmark" path = "benches/repository_benchmark.rs" harness = false [dependencies.aquatic_udp_protocol] version = "0" [dependencies.crossbeam-skiplist] version = "0" [dependencies.dashmap] version = "6" [dependencies.futures] version = "0" [dependencies.parking_lot] version = "0" [dependencies.tokio] version = "1" features = [ "macros", "net", "rt-multi-thread", "signal", "sync", ] [dependencies.torrust-tracker-clock] version = "3.0.0" [dependencies.torrust-tracker-configuration] version = "3.0.0" [dependencies.torrust-tracker-primitives] version = "3.0.0" [dependencies.zerocopy] version = "0" [dev-dependencies.async-std] version = "1" features = [ "attributes", "tokio1", ] [dev-dependencies.criterion] version = "0" features = ["async_tokio"] [dev-dependencies.rstest] version = "0"