xls2txt 1.2.1

Command-line utility to convert stylesheets (ODS or excel) to text
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 = "xls2txt"
version = "1.2.1"
authors = ["Masklinn <masklinn@masklinn.net>"]
description = "Command-line utility to convert stylesheets (ODS or excel) to text"
readme = "README"
keywords = [
    "xls2csv",
    "xls2txt",
    "xls",
    "ods",
    "csv",
]
categories = [
    "command-line-utilities",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/masklinn/xls2txt"

[dependencies.calamine]
version = "0.20"

[dependencies.clap]
version = "4.1"
features = [
    "cargo",
    "derive",
]

[dependencies.csv]
version = "1.2"

[dependencies.guard]
version = "0.5"

[dev-dependencies.assert_cmd]
version = "2.0.11"

[dev-dependencies.predicates]
version = "3.0.3"