[package] summary = "A .docx file writer with Rust/WebAssembly" cargo-toml-patch-comments = [ "remove examples that requires media files" ] [tests] skip = [ "read_bom", "read_bookmark", "read_comment", "read_comment_in_delete_in_insert", "read_decoration", "read_extended_comment", "read_footnotes", "read_from_doc", "read_hello", "read_highlight_and_underline", "read_history", "read_indent_word_online", "read_insert_table", "read_line_spacing", "read_lvl_override", "read_numbering", "read_tab_and_break", "read_table_docx", "read_table_merged_libre_office", "read_textbox", ] comments = ["skip all tests from reader module as they require a fixture of binary blobs that is not present in the crate."] [features] hide = [ "ts-rs", "wasm-bindgen", "wasm", ]