# 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" rust-version = "1.71" name = "jpegli" version = "0.1.0" authors = [ "Kornel ", "Piotr Rogowski ", ] include = [ "/README.md", "/Cargo.toml", "/src/*.rs", "LICENSE", ] description = "Higher-level wrapper for Jpegli library" homepage = "https://github.com/Szpadel/jpegli-rs" documentation = "https://docs.rs/jpegli" readme = "README.md" keywords = [ "jpeg", "jpegli", "encoder", "decoder", ] categories = ["multimedia::images"] license = "BSD-3-Clause" repository = "https://github.com/Szpadel/jpegli-rs" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [dependencies.arrayvec] version = "0.7.4" [dependencies.jpegli-sys] version = "0.1.0+0.10.2" [dependencies.libc] version = "0.2.150" [dependencies.rgb] version = "0.8.34" features = ["as-bytes"] [dev-dependencies.bytemuck] version = "1.12.1"