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.
38 lines
1.2 KiB
38 lines
1.2 KiB
2 months ago
|
[package]
|
||
|
cargo-toml-patch-comments = [
|
||
|
"drop unused, benchmark-only criterion dev-dependency",
|
||
|
]
|
||
|
|
||
|
[features]
|
||
|
hide = [
|
||
|
"benchmarks",
|
||
|
# missing dependency: mp4parse ^0.17
|
||
|
"avif-native",
|
||
|
]
|
||
|
|
||
|
[tests]
|
||
|
skip = [
|
||
|
"codecs::bmp::decoder::test::read_rect",
|
||
|
"codecs::bmp::decoder::test::test_no_header",
|
||
|
"codecs::jpeg::decoder::tests::test_exif_orientation",
|
||
|
"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",
|
||
|
"imageops::tests::fast_blur_approximates_gaussian_blur_well",
|
||
|
]
|
||
|
skip-exact = true
|
||
|
comments = [
|
||
|
"skip tests that require files which are not included in published crates",
|
||
|
]
|
||
|
|