[dependencies.derive_more]
features = ["add", "add_assign", "from", "into", "mul", "mul_assign", "sum"]
version = "2.0.1"
[dependencies.grid]
version = "0.17.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.rust_decimal]
version = "1.37.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[[example]]
name = "tablefi-example"
path = "examples/tablefi-example.rs"
[lib]
name = "tablefi"
path = "src/lib.rs"
[package]
authors = ["Warner Zee <warner@zoynk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "mathematics", "data-structures", "value-formatting", "parser-implementations"]
description = "Simple table to store, manipulate and format tabular data."
edition = "2024"
include = ["/examples", "/src/**", "/Cargo.toml", "/CHANGELOG.md", "/LICENSE-*", "/README.md"]
keywords = ["tables", "tabular", "grid", "arithmetic", "csv"]
license = "MIT OR Apache-2.0"
name = "tablefi"
readme = "README.md"
repository = "https://github.com/wyzzarz/tablefi"
rust-version = "1.85"
version = "0.3.1"