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.
36 lines
1.1 KiB
36 lines
1.1 KiB
[package]
|
|
cargo-toml-patch-comments = [
|
|
"drop unused, benchmark-only criterion dev-dependency",
|
|
]
|
|
|
|
[features]
|
|
hide = [
|
|
"benchmarks",
|
|
# missing dependencies: dav1d ^0.10.2, dcv-color-primitives ^0.6.1, mp4parse ^0.17
|
|
"avif-native",
|
|
]
|
|
|
|
[tests]
|
|
skip = [
|
|
"codecs::bmp::decoder::test::read_rect",
|
|
"codecs::bmp::decoder::test::test_no_header",
|
|
"codecs::openexr::test::compare_cropped",
|
|
"codecs::openexr::test::compare_exr_hdr",
|
|
"codecs::openexr::test::compare_rgba_rgb",
|
|
"codecs::png::tests::ensure_no_decoder_off_by_one",
|
|
"codecs::png::tests::underlying_error",
|
|
"codecs::qoi::tests::decode_test_image",
|
|
"codecs::tga::encoder::tests::compressed::round_trip_bw",
|
|
"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",
|
|
]
|
|
skip-exact = true
|
|
comments = [
|
|
"skip tests that require files which are not included in published crates",
|
|
]
|
|
|