spreadsheet-to-json 0.2.2

Asynchronous conversion of Excel and OpenDocument spreadsheets as well as CSV and TSV files to JSON or JSONL
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"
name = "spreadsheet-to-json"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asynchronous conversion of Excel and OpenDocument spreadsheets as well as CSV and TSV files to JSON or JSONL"
readme = "README.md"
categories = [
    "data-structures",
    "parsing",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/neilg63/spreadsheet_to_json"

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

[dependencies.alphanumeric]
version = "0.2.0"
features = ["cell_analysis"]

[dependencies.calamine]
version = "0.36.0"
features = [
    "chrono",
    "dates",
]

[dependencies.chrono]
version = "^0.4.45"

[dependencies.csv]
version = "1.4.0"

[dependencies.fuzzy-datetime]
version = "0.1.2"

[dependencies.heck]
version = "0.5.0"

[dependencies.indexmap]
version = "^2.14.0"
features = ["serde"]

[dependencies.is-truthy]
version = "0.1.2"

[dependencies.serde]
version = "^1.0.228"
features = [
    "derive",
    "serde_derive",
]

[dependencies.serde_json]
version = "^1.0.150"
features = ["preserve_order"]

[dependencies.simple-string-patterns]
version = "0.4.0"

[dependencies.to_segments]
version = "^0.1.2"

[dependencies.tokio]
version = ">=1.52.0, <2.0.0"
features = ["full"]