fastexcel 0.20.2

A fast excel reader for Rust and Python
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 = "2024"
rust-version = "1.85.0"
name = "fastexcel"
version = "0.20.2"
build = false
include = [
    "/pyproject.toml",
    "/README.md",
    "/LICENSE",
    "/Makefile",
    "/src",
    "/python/fastexcel",
    "!__pycache__",
    "!*.pyc",
    "!*.so",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast excel reader for Rust and Python"
homepage = "https://github.com/ToucanToco/fastexcel"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ToucanToco/fastexcel.git"

[features]
__arrow = [
    "dep:arrow-schema",
    "dep:arrow-array",
]
__maturin = [
    "extension-module",
    "pyarrow",
]
__pyo3-tests = [
    "pyo3/auto-initialize",
    "pyarrow",
]
__rust-tests-polars = ["polars"]
__rust-tests-standalone = []
default = []
extension-module = ["pyo3/extension-module"]
polars = ["dep:polars-core"]
pyarrow = [
    "dep:arrow-pyarrow",
    "python",
]
python = [
    "__arrow",
    "dep:pyo3",
    "dep:pyo3-log",
    "dep:pyo3-arrow",
]

[lib]
name = "fastexcel"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.arrow-array]
version = "^58"
features = ["ffi"]
optional = true

[dependencies.arrow-pyarrow]
version = "^58"
optional = true

[dependencies.arrow-schema]
version = "^58"
optional = true

[dependencies.calamine]
version = "^0.34.0"
features = ["chrono"]

[dependencies.chrono]
version = "^0.4.40"
default-features = false

[dependencies.log]
version = "^0.4"

[dependencies.polars-core]
version = ">=0.53"
features = [
    "dtype-date",
    "dtype-datetime",
    "dtype-duration",
]
optional = true

[dependencies.pyo3]
version = "^0.28"
features = ["abi3-py310"]
optional = true

[dependencies.pyo3-arrow]
version = "^0.17"
optional = true
default-features = false

[dependencies.pyo3-log]
version = "^0.13.3"
optional = true

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.pretty_assertions]
version = "^1.4.1"
features = ["unstable"]

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