Merged v7.0.1

This commit is contained in:
Igor Katson 2024-08-30 16:45:19 +01:00
parent e25612b73f
commit e9acbaa9dc
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
7 changed files with 17 additions and 5051 deletions

View file

@ -31,6 +31,7 @@ directories = "5"
tokio-util = "0.7.10"
data-encoding = "2.6.0"
bytes = "1.7.1"
assert_cfg = "0.1.0"
[dev-dependencies]
serde_json = "1"

View file

@ -11,3 +11,8 @@ pub mod speed_estimator;
pub mod torrent_metainfo;
pub use hash_id::Id20;
assert_cfg::exactly_one! {
feature = "sha1-crypto-hash",
feature = "sha1-ring",
}