rust2vec 0.3.1

Read/writer for the word2vec binary/text files
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]
name = "rust2vec"
version = "0.3.1"
authors = ["Danièˆl de Kok <me@danieldk.eu>"]
exclude = [".gitignore", ".travis.yml"]
description = "Read/writer for the word2vec binary/text files"
homepage = "https://github.com/danieldk/rust2vec"
documentation = "https://docs.rs/rust2vec/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/danieldk/rust2vec"
[dependencies.byteorder]
version = "1"

[dependencies.failure]
version = "0.1"

[dependencies.itertools]
version = "0.6"

[dependencies.ndarray]
version = "0.11"