seamcarving 0.2.3

Content-aware image resizing using the seam carving algorithm. Allows changing the aspect ratio of an image without distorting its contents.
Documentation
[[bench]]
harness = false
name = "benchmark"
[badges.travis-ci]
repository = "lovasoa/seamcarving"
[dependencies.image]
version = "0.23"

[dependencies.num-traits]
version = "0.2"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.imageproc]
version = "0.20"

[package]
authors = ["Ophir LOJKINE <pere.jobs@gmail.com>"]
description = "Content-aware image resizing using the seam carving algorithm. Allows changing the aspect ratio of an image without distorting its contents."
documentation = "https://docs.rs/seamcarving"
edition = "2018"
homepage = "https://github.com/lovasoa/seamcarving#seamcarving"
license = "LGPL-3.0-or-later"
name = "seamcarving"
readme = "README.md"
repository = "https://github.com/lovasoa/seamcarving.git"
version = "0.2.3"
[profile.release]
debug = true