imagezero-sys 0.1.1

Rust wrapper for imagezero (losless image compression algorithm) used i.e. in robotics.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "imagezero-sys"
version = "0.1.1"
authors = ["Uwe Arzt <mail@uwe-arzt.de>"]
description = "Rust wrapper for imagezero (losless image compression algorithm) used i.e. in robotics."
documentation = "https://docs.rs/imagezero"
license = "Apache-2.0"
repository = "https://codeberg.org/uwearzt/imagezero"
resolver = "1"

[dependencies.clap]
version = "4.1.6"
features = ["cargo"]

[dependencies.image]
version = "0.24.5"

[build-dependencies.bindgen]
version = "0.64.0"

[build-dependencies.cmake]
version = "0.1.45"