# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aria2-rs" version = "0.2.1" authors = ["ihciah "] description = "Yet Another Aria2 JSON-RPC Client." readme = "README.md" keywords = [ "aria2c", "websocket", ] license = "MIT/Apache-2.0" repository = "https://github.com/ihciah/aria2-rs" [dependencies.base64] version = "0.21" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.parking_lot] version = "0.12" features = ["hardware-lock-elision"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" [dependencies.small-map] version = "0.1.3" features = [ "fxhash", "serde", ] [dependencies.smallvec] version = "1" features = ["serde"] [dependencies.smol_str] version = "0.2" features = ["serde"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "time", "macros", "rt", ] [dependencies.tokio-tungstenite] version = "0.21" features = ["rustls-tls-webpki-roots"] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" features = [ "fast-rng", "v4", ] [dev-dependencies.tokio] version = "1" features = [ "sync", "time", "macros", "rt-multi-thread", ]