swiss-eph 0.2.1

Complete FFI bindings to the Swiss Ephemeris astronomical calculation library
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 = "swiss-eph"
version = "0.2.1"
authors = ["fusionstrings"]
build = "build.rs"
links = "swisseph"
include = [
    "src/**/*",
    "vendor/swisseph/*.c",
    "vendor/swisseph/*.h",
    "build.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complete FFI bindings to the Swiss Ephemeris astronomical calculation library"
documentation = "https://docs.rs/swiss-eph"
readme = "README.md"
keywords = [
    "astronomy",
    "ephemeris",
    "astrology",
    "planetary",
    "calculation",
]
categories = [
    "science",
    "api-bindings",
]
license = "AGPL-3.0"
repository = "https://github.com/fusionstrings/swiss-eph"
resolver = "2"

[features]
default = []
embedded-ephe = ["swiss-eph-data"]

[lib]
name = "swiss_eph"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.swiss-eph-data]
version = "0.1"
optional = true

[dependencies.wasm-bindgen]
version = "=0.2.106"

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