# 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" rust-version = "1.74" name = "wikipedia_prosesize" version = "0.3.0-rc.2" description = "Count Wikipedia prose size" homepage = "https://www.mediawiki.org/wiki/mwbot-rs" readme = "README.md" keywords = [ "mediawiki", "wikipedia", "prosesize", ] categories = ["text-processing"] license = "GPL-3.0-or-later" repository = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot/" [dependencies.parsoid] version = "^0.10.0-rc.2" default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [features] serde-1 = ["serde"]