fasttext 0.7.4

fastText Rust binding
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"

[[package]]
name = "cfasttext-sys"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4634166fbca3f42a1eadecb777390b20d57d3462dbf9a2f48ae3a29f1c0442ce"
dependencies = [
 "cc",
]

[[package]]
name = "fasttext"
version = "0.7.4"
dependencies = [
 "cfasttext-sys",
]