fasttext 0.7.7

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

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

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

[[package]]
name = "libc"
version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"