smartcrop 0.1.0

Clone of smartcrop library in JavaScript
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]
name = "smartcrop"
version = "0.1.0"
authors = ["Aleksey Bekh-Ivanov <6ex@mail.ru>"]
include = ["src/*.rs", "Cargo.toml"]
description = "Clone of smartcrop library in JavaScript"
license = "GPL-3.0"
repository = "https://github.com/bekh6ex/rust-smartcrop"
[dependencies.image]
version = ">=0.17.0,<0.20.0"
optional = true
[dev-dependencies.proptest]
version = "^0.7.0"

[features]
default = ["image"]