# 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 = "lcms2" version = "6.1.0" authors = ["Kornel LesiƄski "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "ICC color profile handling. Rusty wrapper for Little CMS" homepage = "https://lib.rs/crates/lcms2" documentation = "https://docs.rs/lcms2" readme = "README.md" keywords = [ "icc", "profile", "color", "lcms", ] categories = [ "multimedia::images", "api-bindings", ] license = "MIT" repository = "https://github.com/kornelski/rust-lcms2.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [dependencies.bytemuck] version = "1.13.1" [dependencies.foreign-types] version = "0.5" [dependencies.lcms2-sys] version = "4.0.4" [features] static = ["lcms2-sys/static"] [badges.maintenance] status = "actively-developed"