# ------------------------------------------------------------------------------ # Copyright 2021-2023 Uwe Arzt, mail@uwe-arzt.de # SPDX-License-Identifier: Apache-2.0 # ----------------------------------------------------------------------------- [package] name = "imagezero-sys" version = "0.1.1" repository = "https://codeberg.org/uwearzt/imagezero" authors = ["Uwe Arzt "] edition = "2021" documentation = "https://docs.rs/imagezero" license = "Apache-2.0" description = "Rust wrapper for imagezero (losless image compression algorithm) used i.e. in robotics." [dependencies] clap = { version = "4.1.6", features = ["cargo"] } image = "0.24.5" [build-dependencies] bindgen = "0.64.0" cmake = "0.1.45"