finalfrontier 0.6.1

Train/use word embeddings with subword units
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 = "finalfrontier"
version = "0.6.1"
authors = ["Daniël de Kok <me@danieldk.eu>", "Sebastian Pütz <sebastian.puetz@student.uni-tuebingen.de>"]
description = "Train/use word embeddings with subword units"
homepage = "https://finalfusion.github.io/finalfrontier"
documentation = "https://docs.rs/finalfrontier/"
license = "Apache-2.0"
repository = "https://github.com/finalfusion/finalfrontier.git"
[dependencies.cfg-if]
version = "0.1"

[dependencies.conllx]
version = "0.11"

[dependencies.failure]
version = "0.1"

[dependencies.finalfusion]
version = "0.7.1"

[dependencies.fnv]
version = "1"

[dependencies.hogwild]
version = "0.6.0"

[dependencies.ndarray]
version = "0.12"

[dependencies.ndarray-rand]
version = "0.9"

[dependencies.rand]
version = "0.6"

[dependencies.rand_core]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.5"

[dependencies.zipf]
version = "5"
[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.maplit]
version = "1"

[dev-dependencies.rand_xorshift]
version = "0.1"