[package]
edition = "2024"
rust-version = "1.85.0"
name = "librebound-sys"
version = "4.6.0"
authors = [
"Joachim Moeyens <joachim@b612foundation.org>",
"Alec Koumjian <alec@b612foundation.org>",
"Kathleen Kiker <kathleen@b612foundation.org>",
"Nate Tellis <nate@b612foundation.org>",
]
build = "build.rs"
links = "rebound"
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",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings and safe RAII wrappers for the REBOUND N-body integrator"
homepage = "https://asteroid.institute/"
documentation = "https://docs.rs/librebound-sys"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/B612-Asteroid-Institute/librebound-sys"
[package.metadata.vendored]
rebound = "4.6.0"
[lib]
name = "librebound_sys"
path = "src/lib.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[dependencies.libc]
version = "0.2"
[dependencies.thiserror]
version = "2"
[build-dependencies.cc]
version = "1"