[package] name = "cld3" version = "0.1.1" edition = "2021" links = "cxx-cld3" license = "Apache-2.0" description = """ Rust binding for Compact Language Detector v3 (CLD3), a neural network model for language identification. the C++ code is from https://github.com/google/cld3 """ documentation = "https://docs.rs/cld3" homepage = "https://github.com/ttys3/cld3-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cxx = "1.0" [build-dependencies] cxx-build = "1.0" glob = "0.3"