# 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 = "wiki_loader" version = "0.1.3" description = "A tool to load and search wikipedia multistream dumps" license = "MIT" repository = "https://github.com/sarjann/WikiReader-rs" [profile.release] opt-level = 3 debug = 0 [profile.test] opt-level = 3 debug = 0 [dependencies.bzip2] version = "0.4.4" [dependencies.fst] version = "0.4.7" features = ["levenshtein"] [dependencies.quick-xml] version = "0.31.0" features = [ "serialize", "async-tokio", ] [dependencies.rayon] version = "1.8.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_bytes] version = "0.11.13" [dependencies.serde_json] version = "1.0.108"