# 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 = "2018" name = "xlsxwriter" version = "0.6.1" authors = ["OKAMURA, Yasunobu "] description = "Write xlsx file with number, formula, string, formatting, autofilter, merged cells, data validation and more." homepage = "https://github.com/informationsea/xlsxwriter-rs" readme = "README.md" keywords = [ "excel", "xlsx", ] categories = [ "api-bindings", "encoding", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/informationsea/xlsxwriter-rs" [dependencies.chrono] version = "0.4" optional = true [dependencies.libxlsxwriter-sys] version = "1.1.7" [dev-dependencies.chrono] version = "0.4" [features] chrono = ["dep:chrono"] default = ["chrono"] no-md5 = ["libxlsxwriter-sys/no-md5"] system-zlib = ["libxlsxwriter-sys/system-zlib"] use-openssl-md5 = ["libxlsxwriter-sys/use-openssl-md5"]