# 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 = "telearia2" version = "0.1.0" authors = ["ihciah "] description = "Manage aria2 with telegram bot" readme = "README.md" keywords = [ "aria2c", "websocket", "telegram", "bot", ] license = "MIT/Apache-2.0" repository = "https://github.com/ihciah/telearia2" [profile.release] opt-level = 3 lto = true [dependencies.anyhow] version = "1" [dependencies.aria2-rs] version = "0.2.1" [dependencies.bytes] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dptree] version = "0.3.0" [dependencies.hashlink] version = "0.9" [dependencies.parking_lot] version = "0.12" features = ["hardware-lock-elision"] [dependencies.regex] version = "1" features = ["std"] [dependencies.reqwest] version = "0.11" features = ["native-tls-vendored"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.small-map] version = "0.1" features = [ "fxhash", "serde", ] [dependencies.smallvec] version = "1" features = ["serde"] [dependencies.smol_str] version = "0.2" features = ["serde"] [dependencies.teloxide] version = "0.12" features = ["macros"] [dependencies.tokio] version = "1" features = [ "sync", "time", "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.uuid] version = "1" features = [ "fast-rng", "v4", ]