[[bench]]
harness = false
name = "create_and_resize"
path = "benches/create_and_resize.rs"
[dependencies.png]
optional = true
version = "0.17.16"
[dependencies.tinytga]
optional = true
version = "0.5.0"
[dev-dependencies.criterion]
version = "0.5"
[[example]]
name = "parse"
path = "examples/parse.rs"
[[example]]
name = "pngtest"
path = "examples/pngtest.rs"
[[example]]
name = "remove_alpha"
path = "examples/remove_alpha.rs"
[features]
default = ["png", "tga", "std"]
png = ["dep:png"]
std = []
tga = ["dep:tinytga"]
[lib]
name = "nimage"
path = "src/lib.rs"
[package]
authors = ["NDRAEY <pikachu_andrey@vk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "multimedia", "no-std"]
description = "A simple imaging library"
edition = "2024"
exclude = ["static/*"]
keywords = ["canvas", "image", "no_std"]
license = "MIT"
name = "nimage"
readme = "README.md"
repository = "https://github.com/NDRAEY/nimage"
version = "0.1.10"