# 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" name = "librqbit-peer-protocol" version = "4.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Protocol for working with torrent peers. Used in rqbit torrent client." documentation = "https://docs.rs/librqbit-peer-protocol" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ikatson/rqbit" [lib] name = "librqbit_peer_protocol" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.bencode] version = "3" default-features = false package = "librqbit-bencode" [dependencies.bincode] version = "1" [dependencies.bitvec] version = "1" [dependencies.buffers] version = "4.1" package = "librqbit-buffers" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1.7.1" [dependencies.clone_to_owned] version = "3" package = "librqbit-clone-to-owned" [dependencies.librqbit-core] version = "4" default-features = false [dependencies.serde] version = "1" features = ["derive"]