codec-eval 0.2.0

Image codec comparison and evaluation library
Documentation
[dependencies.butteraugli-oxide]
version = "0.2.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.csv]
version = "1.3"

[dependencies.dssim-core]
version = "3.2"

[dependencies.imgref]
version = "1.10"

[dependencies.rayon]
version = "1.10"

[dependencies.rgb]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.ssimulacra2]
version = "0.5"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[lib]
name = "codec_eval"
path = "src/lib.rs"

[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
cloned_instead_of_copied = "allow"
collapsible_if = "allow"
doc_markdown = "allow"
if_not_else = "allow"
items_after_statements = "allow"
manual_midpoint = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
needless_raw_string_hashes = "allow"
option_if_let_else = "allow"
redundant_closure_for_method_calls = "allow"
ref_option = "allow"
stable_sort_primitive = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
uninlined_format_args = "allow"
unnecessary_map_or = "allow"
unreadable_literal = "allow"
unused_self = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Image codec comparison and evaluation library"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "codec-eval"
readme = "README.md"
repository = "https://github.com/imazen/codec-eval"
resolver = "2"
rust-version = "1.85"
version = "0.2.0"