# 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 = "sloword2vec" version = "0.1.1" authors = ["Lloyd "] exclude = ["models/*", "src/data/*"] description = "A naive implementation of word2vec" homepage = "https://github.com/lloydmeta/sloword2vec-rs" documentation = "https://docs.rs/sloword2vec" keywords = ["word2vec", "linalg", "nlp"] license = "MIT" [profile.release] opt-level = 3 lto = true debug = false [[bin]] name = "sloword2vec" test = false doc = false [dependencies.clap] version = "2.26.0" [dependencies.ndarray-rand] version = "0.6" [dependencies.regex] version = "0.2.2" [dependencies.rand] version = "0.3" [dependencies.blas-sys] version = "0.6" features = ["openblas"] default-features = false [dependencies.serde_derive] version = "1.0.11" [dependencies.serde_json] version = "1.0.2" [dependencies.rayon] version = "0.8.2" [dependencies.serde] version = "1.0.11" [dependencies.log] version = "0.3" [dependencies.ndarray] version = "0.10" features = ["blas"] [dependencies.indicatif] version = "0.6.0" [dependencies.flate2] version = "0.2" [dependencies.lazy_static] version = "0.2.8" [dev-dependencies.env_logger] version = "0.3"