[package]
name = "rpn-cli"
version = "1.6.0"
description = "Command line reverse Polish notation calculator."
authors = ["Huw Walters <huw.walters@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2021"
build = "build.rs"
[[bin]]
name = "rpn"
path = "src/main.rs"
[dependencies]
atty = "0.2.14"
big-rational-str = "0.1.6"
chrono = "0.4.41"
clap = { version = "4.5.40", features = ["cargo"] }
clap_builder = { version = "4.5.40", features = ["string"] }
clap_complete = "4.5.54"
fileinput = "0.3.0"
itertools = "0.14.0"
num = "0.4.3"
once_cell = "1.21.3"
pretty_assertions = "1.4.1"
regex = "1.11.1"
rustyline = "16.0.0"
thiserror = "2.0.12"
[build-dependencies]
winresource = "0.1.22"
[package.metadata.winresource]
ProductName = "RPN"