calamine 0.16.0

An Excel/OpenDocument Spreadsheets reader and deserializer in pure rust
Documentation
[package]
name = "calamine"
version = "0.16.0"
authors = ["Johann Tuffe <tafia973@gmail.com>"]
repository = "https://github.com/tafia/calamine"
documentation = "https://docs.rs/calamine"
description = "An Excel/OpenDocument Spreadsheets reader and deserializer in pure rust"
license = "MIT"
readme = "README.md"
keywords = ["excel", "vba", "office", "ods", "serde"]
categories = ["encoding", "parsing", "text-processing"]

[badges]
travis-ci = { repository = "tafia/calamine" }
appveyor = { repository = "tafia/calamine" }

[dependencies]
byteorder = "1.3.2"
codepage = "0.1.1"
encoding_rs = "0.8.20"
log = "0.4.8"
serde = "1.0.99"
quick-xml = { version = "0.17", features = ["encoding"] }
zip = { version = "0.5.3", default-features = false, features = ["deflate"] }
chrono = { version = "0.4.9", features = ["serde"], optional = true }

[dev-dependencies]
glob = "0.3"
env_logger = "0.7"

[features]
default = []
dates = ["chrono"]