# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "libstacker" version = "0.0.7" authors = ["eadf "] description = "Image alignment and stacking functions based on OpenCV and Rayon" readme = "README.md" keywords = [ "opencv", "image_stacking", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eadf/libstacker.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.opencv] version = "0.85.3" features = ["features2d"] [dependencies.ordered-float] version = "4.1.1" [dependencies.rayon] version = "1.8" [dependencies.thiserror] version = "1.0.50" [features] clang-runtime = ["opencv/clang-runtime"]