# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "excelwriter" version = "0.1.0" authors = ["John McNamara "] description = "A Rust module for writing files in the Excel 2007+ XLSX file format" homepage = "https://github.com/jmcnamara/excelwriter-rs" readme = "README.md" keywords = [ "excel", "xlsx", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jmcnamara/excelwriter-rs" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.itertools] version = "0.10.0" [dependencies.regex] version = "1.5.6" [dependencies.tempfile] version = "3.3.0" [dependencies.zip] version = "0.6.2" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.regex] version = "1.5.6" [dev-dependencies.tempfile] version = "3.3.0"