[dependencies]
[lib]
name = "sophy"
path = "src/lib.rs"
[package]
authors = ["ReinanBr <reinaldomkv@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms"]
description = "A lightweight, efficient mathematical library for numerical methods, functions, and utilities in pure Rust"
documentation = "https://docs.rs/sophy"
edition = "2024"
exclude = ["/.github/*", "/examples/*", "/target/*", "*.png", "*.jpg"]
homepage = "https://github.com/reinanbr/sophy"
keywords = ["math", "numerical", "mathematics", "scientific", "computing"]
license = "MIT OR Apache-2.0"
name = "sophy"
readme = "README.md"
repository = "https://github.com/reinanbr/sophy"
resolver = "2"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]