[package] name = "excelwriter" description = "A Rust module for writing files in the Excel 2007+ XLSX file format" authors = ["John McNamara "] homepage = "https://github.com/jmcnamara/excelwriter-rs" repository = "https://github.com/jmcnamara/excelwriter-rs" keywords = ["excel", "xlsx"] readme = "README.md" license = "MIT OR Apache-2.0" version = "0.1.0" edition = "2021" [dependencies] chrono = "0.4" itertools = "0.10.0" regex = "1.5.6" tempfile = "3.3.0" zip = "0.6.2" [dev-dependencies] pretty_assertions = "0.6.1" regex = "1.5.6" tempfile = "3.3.0"