[package]
edition = "2024"
rust-version = "1.85"
name = "splotrs"
version = "0.1.3"
authors = ["Dene Hoffman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-light sPlot fits backed by Rust and Ganesh"
documentation = "https://docs.rs/splotrs"
readme = "README.md"
keywords = [
"statistics",
"splot",
"fitting",
"physics",
"data-analysis",
]
categories = [
"science",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/denehoffman/splotrs"
[lib]
name = "splotrs"
crate-type = [
"rlib",
"cdylib",
]
path = "src/lib.rs"
[dependencies.ganesh]
version = "0.28.1"
[dependencies.numpy]
version = "0.29.0"
[dependencies.pyo3]
version = "0.29.0"
features = [
"extension-module",
"experimental-inspect",
]
[dependencies.thiserror]
version = "2.0.18"