git-sheets 0.1.1

Version control for spreadsheets - staging, commits, diffs for tables
Documentation
[[bin]]
name = "git-sheets"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

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

[dependencies.csv]
version = "1.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.toml]
version = "0.7"

[dev-dependencies.tempfile]
version = "3.8"

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

[package]
authors = ["Dustin Grover <dustinjgrover@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "Version control for spreadsheets - staging, commits, diffs for tables"
edition = "2024"
homepage = "https://github.com/CromboJambo"
keywords = ["git", "spreadsheet", "versioning"]
license = "AGPL-3.0-or-later"
name = "git-sheets"
readme = "README.md"
repository = "https://github.com/CromboJambo/git-sheets"
version = "0.1.1"

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