[package]
name = "binary_image"
version = "1.0.1"
edition = "2021"
description = "A library for handling binary images"
authors = ["salam99823"]
keywords = ["image", "bit", "bitmap"]
homepage = "https://github.com/salam99823/binary_image"
repository = "https://github.com/salam99823/binary_image"
readme = "README.md"
license = "MIT OR Apache-2.0"
exclude = ["assets/*", ".github/*", "examples/*"]
include = ["/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/"]
[lints.clippy]
pedantic = { level = "warn", priority = 0 }
[dependencies]
image = "0.25"
bitflags = "2.6"
num-traits = "0.2"
derive_more = { version = "1", features = ["full"] }
bit-vec = "0.8"