# 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 = "xlsx_writer" version = "0.1.5" authors = [ "https://twitter.com/8bitTD", "8bittd@gmail.com", ] description = "write to xlsx in windows" readme = "README.md" keywords = [ "windows", "xlsx", ] license = "MIT" repository = "https://github.com/8bitTD/xlsx_writer" [dependencies.chrono] version = "0.4.23" [dependencies.dirs] version = "3.0" [dependencies.encoding_rs] version = "0.8.28" [dependencies.rm_rf] version = "0.6.1"