28 lines
583 B
TOML
28 lines
583 B
TOML
[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
|