[package]
edition = "2024"
name = "utils-box-mathematics"
version = "1.0.1"
authors = ["Agathoklis Papadopoulos <klis.pap@gmail.com>"]
build = false
exclude = [
".github",
"Cargo.toml.orig",
"cargo_vcs_info.json",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A toolbox of various small RUST mathematics utilities that make DSP calculations easier"
readme = "README.md"
keywords = [
"tools",
"utilities",
"utils",
"toolbox",
]
categories = [
"development-tools",
"config",
"network-programming",
"parsing",
]
license = "MIT"
repository = "https://github.com/klispap/utils-box"
[lib]
name = "utils_box_mathematics"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.log]
version = "0.4.28"
[dependencies.utils-box-logger]
version = "1.0.1"
[dev-dependencies.indoc]
version = "1.0.9"
[dev-dependencies.named-lock]
version = "0.3.0"
[dev-dependencies.tempfile]
version = "3.22.0"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]