wicket 0.1.1

Wikipedia corpus knowledge extractor.
Documentation
# 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 = "2024"
name = "wicket"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wikipedia corpus knowledge extractor."
homepage = "https://github.com/mosuka/wicket"
documentation = "https://docs.rs/wicket"
readme = "README.md"
keywords = [
    "wikipedia",
    "data",
    "extraction",
    "processing",
    "nlp",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/mosuka/wicket"

[lib]
name = "wicket"
path = "src/lib.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.bzip2]
version = "0.6.1"

[dependencies.log]
version = "0.4.29"

[dependencies.parse-wiki-text-2]
version = "0.2.0"

[dependencies.quick-xml]
version = "0.39.2"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]