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