wicket-cli 0.1.1

Wikipedia corpus knowledge extractor.
# 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"
rust-version = "1.85"
name = "wicket-cli"
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-cli"
readme = "README.md"
keywords = [
    "wikipedia",
    "data",
    "extraction",
    "processing",
    "nlp",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/mosuka/wicket"

[[bin]]
name = "wicket"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bzip2]
version = "0.6.1"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.9"

[dependencies.log]
version = "0.4.29"

[dependencies.rayon]
version = "1.11.0"

[dependencies.wicket]
version = "0.1.1"