# 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 = "primitiv" version = "0.3.0" authors = ["Hiroki Teranishi "] description = "A Neural Network Toolkit." readme = "README.md" keywords = ["deep-learning", "neural-networks", "machine-learning"] license = "Apache-2.0" repository = "https://github.com/primitiv/primitiv-rust" [[example]] name = "xor" path = "examples/xor/xor.rs" [[example]] name = "mnist" path = "examples/mnist/mnist.rs" [[example]] name = "ptb_rnnlm" path = "examples/ptb/ptb_rnnlm.rs" [[example]] name = "encdec" path = "examples/encdec/encdec.rs" [dependencies.backtrace] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.primitiv-sys] version = "0.3" [dev-dependencies.rand] version = "0.3" [features] cuda = ["primitiv-sys/cuda"] eigen = ["primitiv-sys/eigen"] opencl = ["primitiv-sys/opencl"]