langram 0.11.0

Natural language detection library
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"
version = "0.11.0"
authors = ["Dmitry Rodionov <gh@rdmtr.com>"]
build = false
include = ["src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Natural language detection library"
documentation = "https://docs.rs/langram/"
readme = "README.md"
keywords = [
    "nlp",
    "language",
    "detect",
    "recognise",
    "process",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RoDmitry/langram"

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

[dependencies.alphabet_detector]
version = "0.12"

[dependencies.arraystring]
version = "0.3"

[dependencies.arrayvec]
version = "0.7"

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

[dependencies.memmap2]
version = "0.9"

[dependencies.rkyv]
version = "0.8"

[dependencies.rustc-hash]
version = "2"

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.thiserror]
version = "2"

[dev-dependencies.ahash]
version = "0.8"

[dev-dependencies.float-cmp]
version = "0.10"

[dev-dependencies.rstest]
version = "0.26"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.rayon]
version = "1"

[profile.dev]
opt-level = 1