mathypad 0.1.7

A smart TUI calculator that understands units and makes complex calculations simple.
Documentation
[[bin]]
name = "mathypad"
path = "src/bin/main.rs"

[dependencies.chumsky]
version = "0.10.1"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.29"

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

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

[package]
authors = ["Pato Lankenau <rust@p.lankenau.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A smart TUI calculator that understands units and makes complex calculations simple."
edition = "2024"
homepage = "https://mathypad.app"
keywords = ["tui", "cli", "calculator", "units", "soulver"]
license = "MIT"
name = "mathypad"
readme = "README.md"
repository = "https://github.com/pato/mathypad"
version = "0.1.7"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true