gridline 0.1.5

Terminal spreadsheet with Rhai-powered formulas.
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 = "gridline"
version = "0.1.5"
authors = ["Ali Raheem"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal spreadsheet with Rhai-powered formulas."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ali-raheem/gridline"

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dashmap]
version = "6"

[dependencies.directories]
version = "6"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1"

[dependencies.rhai]
version = "1.24.0"

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

[dependencies.textplots]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"