libcspice-sys 0.1.4

Rust FFI bindings to the CSPICE library for astronomical computations.
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"
name = "libcspice-sys"
version = "0.1.4"
authors = ["Huxulm <huxulm@gmail.com>"]
build = "build.rs"
links = "cspice"
exclude = ["tests/data"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings to the CSPICE library for astronomical computations."
documentation = "https://docs.rs/libcspice-sys"
readme = "README.md"
keywords = [
    "astronomy",
    "cspice",
]
license = "MIT"

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

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

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

[dependencies]

[build-dependencies.bindgen]
version = "0.71.1"

[build-dependencies.cc]
version = "1.0.46"

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