1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[package] name = "folio" version = "0.1.0" edition = "2024" description = "A Rust library that reads and writes docx, xlsx and pptx. Large sheets are read one row at a time." license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["xlsx", "docx", "pptx", "ooxml", "spreadsheet"] categories = ["parser-implementations"] exclude = ["sample"] [dependencies] [profile.release] lto = "fat" codegen-units = 1