Cargo Features
[dependencies]
xlsxwriter = { version = "0.6.1", default-features = false, features = ["no-md5", "use-openssl-md5", "system-zlib", "chrono"] }
- default = chrono
-
The
chrono
feature is set by default wheneverxlsxwriter
is added without
somewhere in the dependency tree.default-features = false - no-md5
-
Enables no-md5 of libxlsxwriter-sys
- use-openssl-md5
-
Enables use-openssl-md5 of libxlsxwriter-sys
- system-zlib
-
Enables system-zlib of libxlsxwriter-sys
- chrono default
-
Enables chrono
xlsxwriter has 5 features without comments.