# 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 = "seamcarving" version = "0.2.3" authors = ["Ophir LOJKINE "] description = "Content-aware image resizing using the seam carving algorithm. Allows changing the aspect ratio of an image without distorting its contents." homepage = "https://github.com/lovasoa/seamcarving#seamcarving" documentation = "https://docs.rs/seamcarving" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/lovasoa/seamcarving.git" [profile.release] debug = true [[bench]] name = "benchmark" harness = false [dependencies.image] version = "0.23" [dependencies.num-traits] version = "0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.imageproc] version = "0.20" [badges.travis-ci] repository = "lovasoa/seamcarving"