rust-roche 0.3.0

Rust translation of Tom Marsh's cpp-roche package for modelling Roche distorted stars/binary systems.
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"
name = "rust-roche"
version = "0.3.0"
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",
]