# 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] name = "simple_excel_writer" version = "0.2.0" authors = ["outersky "] description = "Simple Excel Writer" homepage = "https://github.com/outersky/simple_excel_writer" documentation = "https://docs.rs/simple_excel_writer/" readme = "README.md" keywords = ["excel", "xls", "xlsx", "office"] categories = ["encoding", "text-processing"] license = "Apache-2.0" repository = "https://github.com/outersky/simple_excel_writer" [dependencies.chrono] version = "0.4.19" optional = true default-features = false [dependencies.zip] version = "0.5.13" features = ["deflate"] default-features = false [badges.travis-ci] repository = "outersky/simple_excel_writer"