# 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 = "arkbot" version = "0.3.0" authors = ["Jérémie Roquet "] description = "A Rust rewrite (and complete redesign) of Arkanosis' Wikipedia bot" homepage = "https://github.com/Arkanosis/arkbot-rs" documentation = "https://github.com/Arkanosis/arkbot-rs" readme = "README.md" keywords = [ "wikipedia", "bot", ] categories = ["bot"] license = "ISC" repository = "https://github.com/Arkanosis/arkbot-rs" [dependencies.bzip2] version = "0.4" [dependencies.chrono] version = "0.4" features = ["unstable-locales"] [dependencies.confy] version = "0.5" [dependencies.directories-next] version = "2.0" [dependencies.docopt] version = "1.1" [dependencies.quick-xml] version = "0.26" [dependencies.regex] version = "1.6" [dependencies.reqwest] version = "0.11" features = [ "blocking", "cookies", "gzip", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"