1[package]
2name = "zune-core"
3version = "0.4.12"
4edition = "2021"
5description = "Core utilities for image processing in the zune family of crates"
6exclude = ["tests/"]
7homepage = "https://github.com/etemesi254/zune-image/tree/dev/zune-core"
8keywords = ["image"]
9categories = ["multimedia::images", "multimedia::encoding"]
10license = "MIT OR Apache-2.0 OR Zlib"
11
12[features]
13# When present, we can use std facilities to detect
14# if a specific feature exists
15# Not enabled by default. Other zune crates can enable dep:zune-core/std by default.
16# But if we enable it here, they can't disable it anymore.
17# See: https://github.com/rust-lang/cargo/issues/8366
18std = []
19
20[dependencies]
21log = { version = "0.4.17", optional = true }
22serde = { version = "1.0.52", optional = true }
23