# 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 = "mss_saliency" version = "1.1.0" authors = ["Kornel "] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "Detection of visually salient image regions using Maximum Symmetric Surround algorithm" homepage = "https://infoscience.epfl.ch/record/151989" documentation = "https://docs.rs/mss_saliency" readme = "README.md" keywords = [ "saliency", "entropy", "segmentation", ] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/kornelski/mss_saliency" resolver = "2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.imgref] version = "1.9" [dependencies.rgb] version = "0.8.34" default-features = false [dependencies.summed-area] version = "1.0" [dev-dependencies.lodepng] version = "3.7" [badges.maintenance] status = "passively-maintained"