wordchipper-cli 0.9.1

A command-line interface for the Wordchipper tokenizer library.
# 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.93.0"
name = "wordchipper-cli"
version = "0.9.1"
authors = [
    "Crutcher Dunnavant <crutcher@gmail.com>",
    "Dilshod Tadjibaev",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line interface for the Wordchipper tokenizer library."
readme = "README.md"
license = "MIT"
repository = "https://github.com/zspacelabs/wordchipper"
resolver = "2"

[[bin]]
name = "wordchipper-cli"
path = "src/main.rs"

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

[dependencies.clap-markdown]
version = "0.1.5"

[dependencies.log]
version = "0.4.20"
default-features = false

[dependencies.rayon]
version = "1.11"

[dependencies.wordchipper]
version = "0.9.1"
features = ["client"]

[dependencies.wordchipper-cli-util]
version = "0.9.1"

[dependencies.wordchipper-training]
version = "0.9.1"

[lints.clippy]
doc_markdown = "deny"
double_must_use = "allow"

[lints.rust]
warnings = "deny"