pense 0.9.0

pense is a cli based tool to track expenses.
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.91.0"
name = "pense"
version = "0.9.0"
build = false
exclude = [
    "/.github/",
    "/hooks/",
    "/.gitignore",
    "/docs/",
    "*.sh",
    "test.sh",
    "VCS-README.md",
    "HOOKS-README.md",
    "ROADMAP.md",
    "docs-template.md",
    "tests/resources/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
pense is a cli based tool to track expenses.
"""
homepage = "https://github.com/purnamahesh/expense-tracker"
documentation = "https://purnamahesh.github.io/expense-tracker/"
readme = "README.md"
keywords = [
    "expense",
    "utility",
    "finance",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"
repository = "https://github.com/purnamahesh/expense-tracker"

[features]
default = ["full"]
full = ["sqlx/sqlite"]
lite = ["sqlx/sqlite-unbundled"]

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

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

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

[dependencies.chrono]
version = "0.4.42"

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

[dependencies.directories]
version = "6.0.0"

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

[dependencies.sqlx]
version = "0.8.6"
features = [
    "macros",
    "derive",
    "runtime-tokio",
]

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.uuid]
version = "1.21.0"
features = ["v4"]

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

[dev-dependencies.rstest]
version = "0.26.1"