fasttext 0.7.6

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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3215952ee792ae7c67d58b222868bc685186b7d640c05bfb8cba5c66eb7d62a"
dependencies = [
 "cc",
]

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