cell-sheet-core 0.3.0

Core spreadsheet engine with formulas, dependency tracking, and file I/O
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 = "2021"
name = "cell-sheet-core"
version = "0.3.0"
authors = ["Garrit Franke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core spreadsheet engine with formulas, dependency tracking, and file I/O"
homepage = "https://github.com/garritfra/cell"
readme = "README.md"
license = "MIT"
repository = "https://github.com/garritfra/cell"

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

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

[dependencies.csv]
version = "1.3"

[dev-dependencies.pretty_assertions]
version = "1"