hdim-core 0.1.0

Core logic and image manipulation algorithms for HDIM.
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 = "hdim-core"
version = "0.1.0"
authors = ["Matteo Bosshard <matteobosshard@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core logic and image manipulation algorithms for HDIM."
readme = "README.md"
keywords = [
    "image",
    "tui",
    "editor",
    "terminal",
    "graphics",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "GPL-3.0"
repository = "https://github.com/HardBoss07/hdim"
resolver = "2"

[features]
default = []
exif = [
    "dep:kamadak-exif",
    "dep:img-parts",
]

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.image]
version = "0.25"

[dependencies.img-parts]
version = "0.3"
optional = true

[dependencies.kamadak-exif]
version = "0.6.1"
optional = true

[dependencies.palette]
version = "0.7.6"
features = ["serde"]

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"