[package]
name = "finalfrontier-utils"
version = "0.4.1"
authors = ["Danièˆl de Kok <me@danieldk.eu>"]
description = "Train and use word embeddings with subword representations"
homepage = "https://github.com/danieldk/finalfrontier"
documentation = "https://git.danieldk.eu/finalfrontier/about"
license = "Apache-2.0"
repository = "https://github.com/danieldk/finalfrontier.git"
[dependencies.clap]
version = "2"
[dependencies.failure]
version = "0.1"
[dependencies.finalfrontier]
version = "0.4.1"
[dependencies.indicatif]
version = "0.11"
[dependencies.memmap]
version = "0.7"
[dependencies.num_cpus]
version = "1"
[dependencies.rand]
version = "0.6"
[dependencies.rand_xorshift]
version = "0.1"
[dependencies.stdinout]
version = "0.4"