calamine 0.15.6

An Excel/OpenDocument Spreadsheets reader and deserializer in pure rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.codepage]
version = "0.1.1"

[dependencies.encoding_rs]
version = "0.8.17"

[dependencies.failure]
version = "0.1.5"

[dependencies.failure_derive]
version = "0.1.5"

[dependencies.log]
version = "0.4.6"

[dependencies.quick-xml]
version = "0.16"
features = ["encoding", "use-failure"]

[dependencies.serde]
version = "1.0.99"

[dependencies.zip]
version = "0.5.3"
features = ["deflate"]
default-features = false
[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.glob]
version = "0.3"
[badges.appveyor]
repository = "tafia/calamine"

[badges.travis-ci]
repository = "tafia/calamine"