# 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.58.1" name = "wiktionary-dump-parser" version = "0.6.0" description = "Download and parse dump files of wiktionary" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ISibboI/wiktionary-dump-parser-rs" [lib] [[bin]] name = "wiktionary-dump-parser" [dependencies.async-compression] version = "0.4.1" features = [ "tokio", "bzip2", ] [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.digest] version = "0.10.7" [dependencies.futures-util] version = "0.3.21" [dependencies.itertools] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.lexiclean] version = "0.0.1" [dependencies.log] version = "0.4.19" [dependencies.md-5] version = "0.10.1" [dependencies.num-integer] version = "0.1.44" [dependencies.quick-xml] version = "0.30.0" features = ["async-tokio"] [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" features = ["stream"] [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.sha1] version = "0.10.1" [dependencies.simplelog] version = "0.12.1" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.31.0" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.wikitext-parser] version = "0.3.2" features = ["serde"]