# 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 = "wikidump" version = "0.3.1" authors = ["camchenry "] build = false include = [ "Cargo.toml", "README.md", "LICENSE", "src/**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing Mediawiki XML dumps" readme = "README.md" license = "MIT" repository = "https://github.com/camchenry/wikidump" [lib] name = "wikidump" path = "src/lib.rs" [dependencies.bzip2] version = "0.4.4" [dependencies.parse_wiki_text] version = "0.1.5" [dependencies.quick-xml] version = "0.36.1" [dependencies.rayon] version = "1.2.0" [dev-dependencies.criterion] version = "0.3.0"