bgone 0.6.0

Ultra-fast CLI tool for removing solid background colors from images
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 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 = "2024"
name = "bgone"
version = "0.6.0"
authors = ["Benface <benoit@benface.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-fast CLI tool for removing solid background colors from images"
homepage = "https://github.com/benface/bgone"
readme = "README.md"
keywords = [
    "image",
    "background",
    "removal",
    "cli",
    "graphics",
]
categories = [
    "command-line-utilities",
    "graphics",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/benface/bgone"

[lib]
name = "bgone"
path = "src/lib.rs"

[[bin]]
name = "bgone"
path = "src/main.rs"

[[test]]
name = "bg_threshold_tests"
path = "tests/bg_threshold_tests.rs"

[[test]]
name = "color_deduction_tests"
path = "tests/color_deduction_tests.rs"

[[test]]
name = "generate_inputs"
path = "tests/generate_inputs.rs"

[[test]]
name = "non_strict_tests"
path = "tests/non_strict_tests.rs"

[[test]]
name = "square_gradient_stroke_tests"
path = "tests/square_gradient_stroke_tests.rs"

[[test]]
name = "strict_tests"
path = "tests/strict_tests.rs"

[[test]]
name = "translucent_recovery_tests"
path = "tests/translucent_recovery_tests.rs"

[[test]]
name = "trim_tests"
path = "tests/trim_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.glob]
version = "0.3"

[dependencies.image]
version = "0.25"

[dependencies.indicatif]
version = "0.18"
features = ["rayon"]

[dependencies.nalgebra]
version = "0.34"

[dependencies.rayon]
version = "1.10"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.image-compare]
version = "0.5"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.8"