# 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.9.4" authors = ["Daniël de Kok ", "Sebastian Pütz "] description = "Train/use word embeddings with subword units" homepage = "https://finalfusion.github.io/finalfrontier" documentation = "https://docs.rs/finalfrontier/" license = "Apache-2.0 OR BlueOak-1.0.0" repository = "https://github.com/finalfusion/finalfrontier.git" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.conllu] version = "0.5.1" [dependencies.finalfusion] version = "0.12.4" [dependencies.fnv] version = "1" [dependencies.indicatif] version = "0.15" [dependencies.memmap] version = "0.7" [dependencies.ndarray] version = "0.13" [dependencies.ndarray-rand] version = "0.11" [dependencies.num_cpus] version = "1" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5" [dependencies.rand_xorshift] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.superslice] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.zipf] version = "6" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.maplit] version = "1" [build-dependencies.git2] version = "0.13"