[dependencies.unicode-segmentation]
version = "1.12"
[lib]
crate-type = ["lib"]
name = "strmath"
path = "src/lib.rs"
[package]
authors = ["Rhelvetican", "mbrubeck"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Do math with your strings."
edition = "2024"
homepage = "https://github.com/Rhelvetican/strmath"
keywords = ["math", "string", "strmath"]
license = "MIT"
name = "strmath"
readme = "README.md"
repository = "https://github.com/Rhelvetican/strmath"
version = "0.8.1"
[[test]]
name = "test"
path = "tests/test.rs"