[package] name = "libswe-sys" version = "0.2.7" authors = ["Stéphane Bressani "] keyword = ["astrology", "swiss ephemem", "planet", "ephemeris"] links = "libswe" #build = "build.rs" edition = "2018" documentation = "https://docs.rs/libswe-sys/0.1.43/libswe_sys/" repository = "https://github.com/stephaneworkspace/libswe-sys" description = "Astrology lib connected to the C lib Swiss ephemeris (just the c lib)" license-file = "LICENSE" [dependencies] libc = "0.2" 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" libmath = "0.2.1" num-derive = "0.2" num-traits = "0.2" [build-dependencies] cc = { version = "1.0", features = ["parallel"] } #pkg-config = "0.3"