You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-image/rust2rpm.toml

35 lines
892 B

[features]
hide = [
"dav1d",
"dcv-color-primitives",
"libwebp",
"mp4parse",
"ravif",
"rgb",
"avif",
"avif-decoder",
"avif-encoder",
"benchmarks",
"openexr",
"webp-encoder",
"exr",
]
[tests]
skip = [
"codecs::bmp::decoder::test::read_rect",
"codecs::png::tests::ensure_no_decoder_off_by_one",
"codecs::png::tests::underlying_error",
"codecs::qoi::tests::decode_test_image",
"dynimage::test::image_dimensions",
"dynimage::test::open_16bpc_png",
"imageops::sample::tests::resize_transparent_image",
"imageops::sample::tests::test_resize_same_size",
"imageops::sample::tests::test_sample_bilinear",
"imageops::sample::tests::test_sample_nearest",
"codecs::bmp::decoder::test::test_no_header",
]
skip-exact = true
comments = ["skip tests with missing test files (not included in published crates)"]