ccalc 0.25.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.25.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"
resolver = "2"

[features]
blas = ["ccalc-engine/blas"]
blas-static = ["ccalc-engine/blas-static"]
default = []
json = ["ccalc-engine/json"]
mat = ["ccalc-engine/mat"]

[[bin]]
name = "ccalc"
path = "src/main.rs"

[dependencies.ccalc-engine]
version = "0.25.0"

[dependencies.rustyline]
version = "14"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

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