rqbit/crates/peer_binary_protocol/Cargo.toml

17 lines
630 B
TOML
Raw Normal View History

2021-07-03 19:10:59 +01:00
[package]
name = "librqbit-peer-protocol"
version = "2.2.1"
2021-07-03 19:10:59 +01:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = {version = "1", features = ["derive"]}
bincode = "1"
byteorder = "1"
2023-11-15 13:48:50 +00:00
buffers = {path="../buffers", package="librqbit-buffers", version = "2.2.1"}
bencode = {path = "../bencode", default-features=false, package="librqbit-bencode", version="2.2.1"}
2023-11-15 13:47:26 +00:00
clone_to_owned = {path="../clone_to_owned", package="librqbit-clone-to-owned", version = "2.2.1"}
2023-11-15 13:53:10 +00:00
librqbit-core = {path="../librqbit_core", version = "2.2.1"}
2022-12-04 13:11:40 +00:00
bitvec = "1"
2021-07-03 19:10:59 +01:00
anyhow = "1"