excelreader 2.1.3

Read Excel/CSV workbooks via ExcelReader's native ABI (open + schema-driven typed parse).
# 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"
name = "excelreader"
version = "2.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read Excel/CSV workbooks via ExcelReader's native ABI (open + schema-driven typed parse)."
readme = "README.md"
license = "MIT"
repository = "https://github.com/GabrielMarquezMatte/ExcelReader"

[package.metadata.docs.rs]
all-features = true

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

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

[[test]]
name = "derive_ui"
path = "tests/derive_ui.rs"

[[test]]
name = "parse_typed"
path = "tests/parse_typed.rs"

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

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

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

[dependencies.excelreader-derive]
version = "2.1.3"

[dev-dependencies.calamine]
version = "0.36.1"
features = ["chrono"]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.trybuild]
version = "1"