abacus 0.2.1

The mathemagical programming language
Documentation
# 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"
rust-version = "1.90"
name = "abacus"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "abc"
description = "The mathemagical programming language"
homepage = "https://github.com/cyanboy/abacus"
documentation = "https://docs.rs/abacus"
readme = "README.md"
keywords = [
    "calculator",
    "language",
    "repl",
    "functional",
]
categories = [
    "command-line-utilities",
    "compilers",
]
license = "MIT"
repository = "https://github.com/cyanboy/abacus"

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

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

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

[dependencies.clap]
version = "4.5.51"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.miette]
version = "7.6.0"
features = [
    "fancy",
    "derive",
]

[dependencies.rustyline]
version = "17.0.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.unicode-width]
version = "0.1"