[package] name = "cntk" description = "Wrapper around Microsoft CNTK library" license = "Apache-2.0/MIT" version = "0.2.1" authors = ["Vlado Boza "] repository = "https://github.com/usamec/cntk-rs" documentation = "https://usamec.github.io/cntk-rs/cntk/" readme = "README.md" keywords = ["machine-learning", "deep-learning", "neural-networks"] categories = [ "api-bindings", "science" ] build = "build.rs" [badges] maintenance = { status = "actively-developed" } [dependencies] cpp = "0.3.2" ndarray = "^0.10" [build-dependencies] cpp_build = "0.3.2" [dev-dependencies] mnist = "0.4.0" regex = "0.2" rand = "0.3"