rqbit/crates/librqbit_core/Cargo.toml

20 lines
488 B
TOML
Raw Normal View History

2021-07-03 19:10:59 +01:00
[package]
name = "librqbit_core"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hex = "0.4"
anyhow = "1"
url = "2"
2022-12-04 13:11:40 +00:00
uuid = {version = "1", features = ["v4"]}
2021-07-03 19:10:59 +01:00
log = "0.4"
2022-12-04 13:11:40 +00:00
parking_lot = "0.12"
2021-07-03 19:10:59 +01:00
serde = {version = "1", features=["derive"]}
buffers = {path="../buffers"}
bencode = {path = "../bencode", default-features=false}
clone_to_owned = {path="../clone_to_owned"}
itertools = "0.11.0"