# 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 = "mwkeep" version = "0.0.1" authors = ["Aki Goto "] description = "A tool for house keeping MediaWiki sites." homepage = "https://tyatsumi.gitlab.io/mwkeep/" documentation = "https://docs.rs/mwkeep" readme = "README" keywords = [ "wiki", "network", ] categories = [ "text-processing", "web-programming", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/tyatsumi/mwkeep/" [dependencies.getopts] version = "0.2.21" [dependencies.mediawiki] version = "0.3.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.time] version = "0.3.36" features = [ "formatting", "local-offset", "serde-human-readable", ] [dependencies.tokio] version = "1.38.0" [dependencies.toml] version = "0.8.14"