[package] authors = ["odashi "] description = "Word alignment toolkit." edition = "2018" homepage = "https://github.com/odashi/walign-rs/" license = "MIT OR Apache-2.0" name = "walign" readme = "README.md" repository = "https://github.com/odashi/walign-rs/" version = "0.1.6" [lib] name = "walign" path = "src/walign/lib.rs" [[bin]] name = "train" path = "src/bin/train.rs" [dependencies] byteorder = "1.4" structopt = "0.3" ndarray = "0.15"