# 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 = "2018" name = "fetch_mediawiki_configuration" version = "0.1.1" authors = ["Bence Kalmar "] description = "Generate `parse_wiki_text` configuration code for a MediaWiki wiki" license = "MIT" repository = "https://github.com/brkalmar/fetch_mediawiki_configuration" [dependencies.clap] version = "~2.33.3" default-features = false [dependencies.err-derive] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_info"] [dependencies.quote] version = "1" [dependencies.regex-syntax] version = "0.6" default-features = false [dependencies.reqwest] version = "0.11" features = ["blocking", "deflate", "gzip", "json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.simplelog] version = "0.10" [dependencies.url] version = "2"