[dependencies.bytesize]
optional = true
version = "2.0.1"
[dependencies.image]
optional = true
version = "0.25.6"
[features]
all = ["number_converter", "img_manipulator", "color_format_converter"]
color_format_converter = []
default = ["number_converter", "img_manipulator"]
img_manipulator = ["dep:image", "bytesize"]
number_converter = []
[lib]
crate-type = ["lib"]
doc = true
doctest = true
name = "luna"
path = "lib/lib.rs"
test = true
[package]
authors = ["Andy Pandy <andytgamedev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library housing various helpful utilities, created for the Luna project: https://github.com/AndreasTar/Luna"
edition = "2021"
license-file = "LICENSE"
name = "luna"
publish = true
readme = "README.md"
repository = "https://github.com/AndreasTar/Luna"
rust-version = "1.85.0"
version = "0.2.1"