[requires] build = ["dos2unix"] [scripts] prep.post = [ "# fix CRLF line endings in source files: https://github.com/johannesvollmer/exrs/issues/239", "find . -type f \\( -name '*.md' -o -name '*.rs' \\) -execdir dos2unix --keepdate '{}' '+'", ] [tests] skip = [ "compression::b44::test::border_on_multiview", "image::validate_results::test_value_result::test_error", "compare_compression_contents_", "compare_png_to_", "damaged", "fuzzed", "roundtrip_all_files_in_repository_x4", ] comments = [ "skip tests which require test data that is not included in published crates", ]