calamine 0.34.0

An Excel/OpenDocument Spreadsheet 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 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 = "2021"
rust-version = "1.83"
name = "calamine"
version = "0.34.0"
authors = ["Johann Tuffe <tafia973@gmail.com>"]
build = false
exclude = ["tests/**/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An Excel/OpenDocument Spreadsheet reader and deserializer in pure Rust"
documentation = "https://docs.rs/calamine"
readme = "README.md"
keywords = [
    "excel",
    "ods",
    "xls",
    "xlsx",
    "xlsb",
]
categories = [
    "encoding",
    "parsing",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/tafia/calamine"

[package.metadata.docs.rs]
features = [
    "chrono",
    "picture",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
chrono = ["dep:chrono"]
dates = ["chrono"]
default = []
picture = []

[lib]
name = "calamine"
path = "src/lib.rs"

[[example]]
name = "excel_to_csv"
path = "examples/excel_to_csv.rs"

[[example]]
name = "search_errors"
path = "examples/search_errors.rs"

[[bench]]
name = "basic"
path = "benches/basic.rs"
harness = false

[dependencies.atoi_simd]
version = "0.17"

[dependencies.byteorder]
version = "1.5"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true
default-features = false

[dependencies.codepage]
version = "0.1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.fast-float2]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.quick-xml]
version = "0.39"
features = ["encoding"]

[dependencies.serde]
version = "1.0"

[dependencies.zip]
version = "7.0"
features = ["deflate"]
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.glob]
version = "0.3"

[dev-dependencies.rstest]
version = "0.26"
default-features = false

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.sha2]
version = "0.10"