rust2vec 0.5.2

Reader and writer for common word embedding formats
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "rust2vec"
version = "0.5.2"
authors = ["Danièˆl de Kok <me@danieldk.eu>"]
exclude = [".gitignore", ".travis.yml"]
description = "Reader and writer for common word embedding formats"
homepage = "https://github.com/danieldk/rust2vec"
documentation = "https://docs.rs/rust2vec/"
readme = "../README.md"
keywords = ["embeddings", "word2vec", "glove", "finalfusion", "subword"]
license = "Apache-2.0"
repository = "https://github.com/danieldk/rust2vec"
[dependencies.byteorder]
version = "1"

[dependencies.failure]
version = "0.1"

[dependencies.fnv]
version = "1"

[dependencies.itertools]
version = "0.8"

[dependencies.memmap]
version = "0.7"

[dependencies.ndarray]
version = "0.12"

[dependencies.ordered-float]
version = "1"

[dependencies.rand]
version = "0.6"

[dependencies.rand_xorshift]
version = "0.1"

[dependencies.reductive]
version = "0.2"

[dependencies.toml]
version = "0.4"
[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.maplit]
version = "1"
[badges.maintenance]
status = "deprecated"