calceph-sys 0.1.4

Rust FFI bindings to the calceph library for astronomical computations.
Documentation
[build-dependencies.bindgen]
version = "0.71.1"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.reqwest]
features = ["blocking"]
optional = true
version = "0.12.20"

[[example]]
name = "csingle"
path = "examples/csingle.rs"

[features]
calceph-src = ["reqwest"]

[lib]
name = "calceph_sys"
path = "src/lib.rs"

[package]
authors = ["Huxulm <huxulm@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust FFI bindings to the calceph library for astronomical computations."
documentation = "https://docs.rs/calceph-sys"
edition = "2024"
exclude = ["examples/example1.dat"]
keywords = ["astronomy", "calceph"]
license = "MIT"
links = "calceph"
name = "calceph-sys"
readme = "README.md"
version = "0.1.4"