background-picker 0.1.0

Allow user to select a background from a directory hiearchy
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 = "2021"
name = "background-picker"
version = "0.1.0"
authors = ["Frederick Price <fprice@pricemail.ca>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allow user to select a background from a directory hiearchy"
homepage = "https://github.com/rickprice/BackgroundPicker"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/rickprice/BackgroundPicker"

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

[[bin]]
name = "background-picker"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5.0"

[dependencies.eframe]
version = "0.28"

[dependencies.egui]
version = "0.28"

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "0.24"
features = [
    "jpeg",
    "png",
]
default-features = false

[dependencies.num_cpus]
version = "1.16"

[dependencies.rayon]
version = "1.8"

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "rt-multi-thread",
]

[dependencies.walkdir]
version = "2.4"

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

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