langram_train 0.12.0

Langram train models
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 = "2021"
name = "langram_train"
version = "0.12.0"
authors = ["Dmitry Rodionov <gh@rdmtr.com>"]
build = false
include = [
    "src",
    "LICENSE-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Langram train models"
documentation = "https://docs.rs/langram_train/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/RoDmitry/langram"

[features]
default = ["alphabet_detector/files_read"]

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

[[bin]]
name = "train_files"
path = "src/bin/train_files.rs"
required-features = ["alphabet_detector/files_read"]

[dependencies.ahash]
version = "0.8"

[dependencies.alphabet_detector]
version = "0.12"

[dependencies.atoi_simd]
version = "0.18"

[dependencies.brotli]
version = "8"

[dependencies.cap]
version = "0.1"

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

[dependencies.debug_unsafe]
version = "0.1.2"
features = ["arraystring"]

[dependencies.fraction]
version = "0.15"

[dependencies.itertools]
version = "0.14"

[dependencies.langram]
version = "0.12"

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_encom]
version = "0.4"

[dependencies.serde_map]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.threadpool]
version = "1"