fasttext 0.7.3

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

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