sales 0.2.2

A command-line tool, and library, for reporting and aggregating sales data (for example, from CSV files).
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 = "sales"
version = "0.2.2"
authors = ["John Arundel <john@bitfieldconsulting.com>"]
build = false
exclude = ["/.github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A command-line tool, and library, for reporting and aggregating sales data (for example, from CSV files).
"""
homepage = "https://github.com/bitfield/sales"
documentation = "https://docs.rs/sales"
readme = "README.md"
keywords = [
    "sales",
    "csv",
]
categories = [
    "command-line-utilities",
    "finance",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitfield/sales"

[badges.github]
repository = "bitfield/sales"
workflow = "CI"

[badges.maintenance]
status = "actively-developed"

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

[[bin]]
name = "sales"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
version = "4.5.21"
features = ["derive"]

[dependencies.csv]
version = "1.3.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.208"
features = ["derive"]

[dependencies.serde_with]
version = "3.9.0"

[lints.clippy]
arithmetic_side_effects = "deny"
as_conversions = "deny"
unwrap_used = "deny"

[profile.release]
overflow-checks = true