[dependencies.thiserror]
version = "2.0.4"
[lib]
name = "yash_arith"
path = "src/lib.rs"
[package]
authors = ["WATANABE Yuki <magicant@wonderwand.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "POSIX shell arithmetic expansion"
edition = "2021"
keywords = ["posix", "shell"]
license = "GPL-3.0-or-later"
name = "yash-arith"
readme = "README.md"
repository = "https://github.com/magicant/yash-rs"
rust-version = "1.65.0"
version = "0.2.2"