[package]
edition = "2024"
name = "ccalc"
version = "0.7.0"
authors = ["Holgert K <holgertkey@gmail.com>"]
build = false
exclude = [
"CLAUDE.md",
".debug/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line calculator with accumulator, memory cells, multi-base arithmetic, and script file support"
readme = "README.md"
keywords = [
"calculator",
"repl",
"cli",
"math",
"arithmetic",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/holgertkey/ccalc"
[[bin]]
name = "ccalc"
path = "src/main.rs"
[dependencies.dirs]
version = "5"
[dependencies.rustyline]
version = "14"