# 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 = "parse_mediawiki_dump_reboot" version = "1.0.1" authors = [ "Fredrik Portström ", "Olivier ROLAND ", ] description = "Parse XML dumps exported from Mediawiki" readme = "readme.md" keywords = ["mediawiki"] categories = [ "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/newca12/parse_mediawiki_dump" [[example]] name = "main" [dependencies.quick-xml] version = "0.30.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dev-dependencies.bzip2] version = "0.4.4"