# 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 = "white-balance" version = "0.1.0" authors = ["Thijs Vermeir "] description = "Rust implementation of white balance methods" homepage = "https://github.com/lovebug356/white-balance-rs" readme = "README.md" keywords = ["image", "processing", "multimedia"] license = "MIT/Apache-2.0" repository = "https://github.com/lovebug356/white-balance-rs" [dependencies.clap] version = "2.27.1" [dependencies.image] version = "0.17.0" [dependencies.nalgebra] version = "0.10.1" [dependencies.num] version = "0.1.40" [dependencies.num-traits] version = "0.1.32" [dependencies.rand] version = "0.3.17" [badges.travis-ci] branch = "master" repository = "lovebug356/white-balance-rs"