/*
* SPDX-FileCopyrightText: © 2026 Jinwoo Park (pmnxis@gmail.com)
*
* SPDX-License-Identifier: MIT
*/
//! wagahai_lut: A Rust-based CUBE LUT parser and image processing utility
//!
//! This library provides:
//! - CUBE LUT file parsing (1D and 3D LUTs)
//! - Image processing with LUT application
//!
//! # Supported Image Types
//! - `image::DynamicImage`
pub use ;
pub use ;
pub use CubeParser;
/// Version information
pub const VERSION: &str = env!;