# 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] edition = "2018" name = "shutter" version = "0.0.1" authors = ["Diego Lima "] build = "build.rs" publish = ["crates-io"] description = "Image processing data structures and algorithms" readme = "README.md" keywords = ["image"] categories = ["science"] license = "MIT" [dependencies.anyhow] version = "1.0.38" [dependencies.glib] version = "0.14.2" [dependencies.gstreamer] version = "0.17.0" [dependencies.gstreamer-app] version = "0.17.0" [dependencies.gstreamer-base] version = "0.17.0" [dependencies.gstreamer-gl] version = "0.17.0" [dependencies.gstreamer-video] version = "0.17.0" [dependencies.lazy_static] version = "1.0" [dependencies.nalgebra] version = "0.28.0" features = ["serde-serialize", "sparse"] [dependencies.num-traits] version = "0.2.14" [dependencies.once_cell] version = "1.5.2" [dependencies.opencv] version = "0.53.0" [dependencies.ripple] version = "0.2.1" [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.simba] version = "0.5.1" [dependencies.structopt] version = "0.3" [features] gsl = [] ipp = [] mkl = [] opencvlib = [] processor = [] vlfeatlib = []