ccalc 0.7.0

Command-line calculator with accumulator, memory cells, multi-base arithmetic, and script file support
# 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 = "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"