librebound-sys 4.6.0

Raw FFI bindings and safe RAII wrappers for the REBOUND N-body integrator
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.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"