# 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-balancer" version = "0.4.0" authors = ["Warren Galyen "] description = "Implementation of auto white balance methods" homepage = "https://github.com/warrengalyen/white-balancer-rs" readme = "README.md" keywords = ["image", "processing", "white", "balance"] license = "MIT" repository = "https://github.com/warrengalyen/white-balancer-rs" [dependencies.clap] version = "2.33.3" [dependencies.image] version = "0.23.12" [dependencies.itertools] version = "0.9.0" [dependencies.nalgebra] version = "0.23.1" [dependencies.num] version = "0.3.1" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.3.17"