# 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-ws" version = "0.5.0" description = "An aria2 websocket jsonrpc API with notification support" readme = "README.md" keywords = [ "aria2", "jsonrpc", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/WOo0W/aria2-ws-rs" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" features = ["chrono"] [dependencies.snafu] version = "0.8" [dependencies.tokio] version = "1" features = [ "sync", "time", "macros", "rt", ] [dependencies.tokio-tungstenite] version = "0.21" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio] version = "1" features = ["full"]