[package] name = "whichlang" version = "0.1.0" edition = "2021" authors = ["Quickwit, Inc. "] description = "A blazingly fast and lightweight language detection library for Rust." keywords = ["nlp", "lang", "whichlang", "language", "text-processing"] categories = ["text-processing", "algorithms"] repository = "https://github.com/quickwit-oss/whichlang" homepage = "https://github.com/quickwit-oss/whichlang" documentation = "https://docs.rs/whichlang" readme = "README.md" license = "MIT" [dev-dependencies] criterion = "0.4" [[bench]] name = "bench" harness = false [[bin]] name = "create_train_dataset"