[package]
edition = "2021"
name = "mathsharp"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "collection of mathematical functions and resources to assist in solving a wide range of topics"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/JosephGurak/mathsharp"
[lib]
name = "mathsharp"
path = "src/lib.rs"
[[bin]]
name = "mathsharp"
path = "src/main.rs"
[dependencies]
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3