# 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 = "psdevbot" version = "0.6.0" authors = ["Konrad Borowski "] description = "Bot used to report GitHub changes in Pokémon Showdown chatrooms" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/KonradBorowski/psdevbot-rust/" resolver = "2" [dependencies.askama] version = "0.11.0" default-features = false [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.7" features = ["std"] default-features = false [dependencies.hashbrown] version = "0.11.2" [dependencies.hex] version = "0.4.0" [dependencies.hmac] version = "0.12.0" [dependencies.htmlescape] version = "0.3.1" [dependencies.log] version = "0.4.11" [dependencies.lru] version = "0.7.2" default-features = false [dependencies.once_cell] version = "1.4.1" [dependencies.regex] version = "1.5.4" default-features = false [dependencies.reqwest] version = "0.11.0" features = ["gzip", "json", "rustls-tls-webpki-roots"] default-features = false [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.sha2] version = "0.10.1" [dependencies.showdown] version = "0.21.0" features = ["rustls-tls-webpki-roots"] default-features = false [dependencies.tokio] version = "1.0.2" features = ["macros", "rt-multi-thread", "time"] [dependencies.tokio-stream] version = "0.1.2" [dependencies.unicase] version = "2.6.0" [dependencies.warp] version = "0.3.0" default-features = false [dev-dependencies.tokio] version = "1.0.2" features = ["test-util"] [badges.maintenance] status = "deprecated"