# 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 = "rustml" version = "0.0.7" authors = ["Daniel "] build = "build.rs" exclude = ["atlas/*", "build/*", "build_all.sh", "build_examples.sh", "build_tests", "doc.sh", "examples/*", "datasets/*", "prototyping/*"] description = "A library for doing maching learning in Rust.\n" homepage = "http://daniel-e.github.io/rustml/rustml/" documentation = "http://daniel-e.github.io/rustml/rustml/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/daniel-e/rustml" [lib] name = "rustml" path = "src/lib.rs" [[example]] name = "vector_addition" path = "examples/vector_addition.rs" [[example]] name = "mnist_digits" path = "examples/mnist_digits.rs" [[example]] name = "matrix_multiplication" path = "examples/matrix_multiplication.rs" [[example]] name = "scale_matrix" path = "examples/scale_matrix.rs" [[example]] name = "video_histogram" path = "examples/video_histogram.rs" [[example]] name = "gradient_descent" path = "examples/gradient_descent.rs" [[example]] name = "octave_plot" path = "examples/octave_plot.rs" [[example]] name = "linear_regression" path = "examples/linear_regression.rs" [[example]] name = "image_grid" path = "examples/image_grid.rs" [[example]] name = "plots" path = "examples/plots.rs" [[example]] name = "neuralnetwork" path = "examples/neuralnetwork.rs" [[example]] name = "mnistdigits2matrix" path = "examples/mnistdigits2matrix.rs" [[example]] name = "opencv" path = "examples/opencv.rs" [dependencies.flate2] version = "0.2.20" [dependencies.getopts] version = "0.2.17" [dependencies.libc] version = "0.2.36" [dependencies.num] version = "0.1.41" [dependencies.rand] version = "0.4.2" [dependencies.regex] version = "0.1.8" [dependencies.time] version = "0.1.39"