acc 0.3.2

plaintext double-entry accounting command line tool
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"
name = "acc"
version = "0.3.2"
authors = ["Rudolf Schmidt <info@rudolfschmidt.com>"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "Cargo.toml",
    "examples/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "plaintext double-entry accounting command line tool"
readme = "README.md"
keywords = [
    "ledger",
    "accounting",
    "finance",
    "money",
    "journal",
]
categories = [
    "command-line-utilities",
    "finance",
    "parser-implementations",
    "text-processing",
    "value-formatting",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/rudolfschmidt/acc"

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

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

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

[dependencies.colored]
version = "2"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1"

[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

[dependencies.ureq]
version = "2"
features = ["native-tls"]
default-features = false