[package]
edition = "2024"
name = "rust-roche"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust translation of Tom Marsh's cpp-roche package for modelling Roche distorted stars/binary systems."
readme = "README.md"
license = "MIT"
[lib]
name = "roche"
crate-type = [
"cdylib",
"rlib",
]
path = "src/lib.rs"
[dependencies.bulirsch]
version = "0.1.12"
[dependencies.ndarray]
version = "0.16.1"
[dependencies.pyo3]
version = "0.28.2"
features = [
"extension-module",
"abi3-py38",
]