diff --git a/crates/tracker_comms/Cargo.toml b/crates/tracker_comms/Cargo.toml index b182552..91b9645 100644 --- a/crates/tracker_comms/Cargo.toml +++ b/crates/tracker_comms/Cargo.toml @@ -9,6 +9,10 @@ repository = "https://github.com/ikatson/rqbit" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[features] +default = ["sha1-crypto-hash"] +sha1-crypto-hash = ["bencode/sha1-crypto-hash"] +sha1-ring = ["bencode/sha1-ring"] [dependencies] tokio = "1"