[package] name = "rimg" version = "0.1.1" authors = ["Floréal Toumikian "] edition = "2018" license = "LGPL-3.0" license-file = "LICENSE" description = "RImg aims to be a Rust implementation of CImg, the C++ Image Template Image Processing Toolkit" repository = "https://framagit.org/floreal/rimg/" readme = "README.md" include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]