# 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 = "mediawiki" version = "0.3.1" authors = ["Magnus Manske "] description = "A MediaWiki client library" readme = "README.md" keywords = [ "MediaWiki", "API", ] categories = [ "api-bindings", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/magnusmanske/mediawiki_rust" [dependencies.base64] version = "^0.22" [dependencies.chrono] version = "^0.4" [dependencies.config] version = "^0.14" [dependencies.futures] version = "^0.3" [dependencies.hmac] version = "^0.12" [dependencies.nanoid] version = "^0.4" [dependencies.reqwest] version = "^0.12" features = [ "blocking", "cookies", "json", ] default-features = false [dependencies.serde] version = "^1" [dependencies.serde_json] version = "^1" [dependencies.sha1] version = "^0.10" [dependencies.tokio] version = "^1" features = [ "full", "rt-multi-thread", ] [dependencies.unicode-case-mapping] version = "^0.5" [dependencies.url] version = "^2.5" [dependencies.urlencoding] version = "^2" [dev-dependencies.lazy_static] version = "^1.4" [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]