splotrs 0.1.3

Dependency-light sPlot fits backed by Rust and Ganesh
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"