[package] name = "astrology" version = "3.0.3" authors = ["Stéphane "] 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.2.7" 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" clap = "2.33.3" chrono = "0.4.15" num-traits = "0.2" num-derive = "0.2"