seamcarving 0.0.1

Content-aware image resizing using the seam carving algorithm. Allows changing the aspect ratio of an image without distorting its contents.
Documentation
# 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.0.1"
authors = ["Ophir LOJKINE <ophir.lojkine@auto-grid.com>"]
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"
license = "LGPL-3.0-or-later"
repository = "https://github.com/lovasoa/seamcarving.git"

[[bench]]
name = "benchmark"
harness = false
[dependencies.image]
version = "0.21"

[dependencies.num-traits]
version = "0.2"

[dependencies.pathfinding]
version = "1.1"

[dependencies.quickcheck]
version = "0.8"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.quickcheck]
version = "0.8"
[badges.travis-ci]
repository = "lovasoa/seamcarving"