librebound-sys 4.6.0

Raw FFI bindings and safe RAII wrappers for the REBOUND N-body integrator
Documentation
[package]
name = "librebound-sys"
version = "4.6.0"
edition = "2024"
rust-version = "1.85.0"
description = "Raw FFI bindings and safe RAII wrappers for the REBOUND N-body integrator"
authors = [
    "Joachim Moeyens <joachim@b612foundation.org>",
    "Alec Koumjian <alec@b612foundation.org>",
    "Kathleen Kiker <kathleen@b612foundation.org>",
    "Nate Tellis <nate@b612foundation.org>",
]
repository = "https://github.com/B612-Asteroid-Institute/librebound-sys"
homepage = "https://asteroid.institute/"
documentation = "https://docs.rs/librebound-sys"
license = "GPL-3.0"
links = "rebound"

# Whitelist of files shipped to crates.io. Everything under vendor/rebound/docs/,
# jupyter examples, and python packaging is excluded — the build only needs
# the C sources + headers + upstream license.
include = [
    "src/**/*.rs",
    "src/**/*.c",
    "src/**/*.h",
    "build.rs",
    "Cargo.toml",
    "LICENSE",
    "tests/**/*.rs",
    "vendor/rebound/src/*.c",
    "vendor/rebound/src/*.h",
    "vendor/rebound/LICENSE",
    "vendor/rebound/version.txt",
]

[package.metadata.vendored]
rebound = "4.6.0"

[build-dependencies]
cc = "1"

[dependencies]
libc = "0.2"
thiserror = "2"