chore: initial sanitized public snapshot

This commit is contained in:
Aria2 Rust Pro Contributors
2026-07-18 14:51:59 +08:00
commit 14dcf8c9bf
321 changed files with 76893 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[package]
name = "aria2-rust-pro-protocol"
version.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true
[lib]
name = "aria2_rust_pro_protocol"
path = "src/lib.rs"
[dependencies]
adler2 = "2"
crc32fast = "1"
md-5 = "0.10"
quick-xml = "0.38"
sha1 = "0.10"
sha2 = "0.10"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] }
aria2-rust-pro-storage.workspace = true
[lints]
workspace = true