astrology 0.1.76

Astrology lib connected to the C lib Swiss ephemeris
Documentation
[package]
name = "astrology"
version = "0.1.76"
authors = ["Stéphane <stephane@astrologie-traditionnelle.net>"]
edition = "2018"
#keyword = ["astrology", "swiss ephememeris", "planet", "ephemeris"]
documentation = "https://docs.rs/crate/astrology"
repository = "https://github.com/stephaneworkspace/astrology"
description = "Astrology lib connected to the C lib Swiss ephemeris"
license-file = "LICENSE"
[lib]
crate-type = ["lib", "staticlib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libswe-sys = "0.1.56"
serde = { version = "1.0.102", features = ["derive"] }
serde_json = "1.0.41"
serde_derive = "1.0.102"
strum = "0.17.1"
strum_macros = "0.17.1"
svg = "0.6.0"
base64 = "0.11.0"
libc = "0.2.67"