[[bin]]
name = "mathypad"
path = "src/bin/main.rs"
[dependencies.arboard]
version = "3.4"
[dependencies.chumsky]
version = "0.10.1"
[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5"
[dependencies.crossterm]
version = "0.29"
[dependencies.dirs]
version = "5.0"
[dependencies.ratatui]
version = "0.29"
[dev-dependencies.insta]
version = "1.43.1"
[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.10"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true