rqbit/crates/librqbit_core/Cargo.toml
Igor Katson 1bcc16c327 Another attempt to make it possible to build without openssl.
You'll need to cd into crates/rqbit to build with selective features.
2021-09-30 09:00:40 +01:00

18 lines
No EOL
468 B
TOML

[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"
uuid = {version = "0.8", features = ["v4"]}
log = "0.4"
parking_lot = "0.11"
serde = {version = "1", features=["derive"]}
buffers = {path="../buffers"}
bencode = {path = "../bencode", default-features=false}
clone_to_owned = {path="../clone_to_owned"}