# 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.75.0" name = "rendiff" version = "0.2.1" description = "Image comparison (diffing) for computer graphics renderer test cases." readme = "README.md" categories = [ "development-tools::testing", "game-development", "multimedia::images", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kpreid/rendiff/" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.imgref] version = "1.10.1" default-features = false [dev-dependencies.image] version = "0.24.6" features = ["png"] default-features = false