[[bin]]
name = "astronomy-engine-bindings"
path = "src/main.rs"
[build-dependencies.bindgen]
version = "0.65.1"
[build-dependencies.cc]
version = "1.1.31"
[dependencies.libc]
version = "0.2.161"
[lib]
name = "astronomy_engine_bindings"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings for [astronomy-engine](https://github.com/cosinekitty/astronomy) using [bindgen](https://github.com/rust-lang/rust-bindgen)."
edition = "2021"
homepage = "https://github.com/maxb2/astronomy-engine-rs"
include = ["/src/", "/build.rs", "/astronomy/source/c"]
license = "MIT"
name = "astronomy-engine-bindings"
readme = "README.md"
repository = "https://github.com/maxb2/astronomy-engine-rs"
version = "2.1.19"