# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libastro" version = "0.1.4" authors = ["Stéphane "] description = "Astrology lib connected to the C lib Swiss ephemeris with rexport into c" documentation = "https://github.com/stephaneworkspace/libastro" license-file = "LICENSE" repository = "https://github.com/stephaneworkspace/libastroo" [lib] crate-type = ["lib", "staticlib"] [dependencies.astrology] version = "0.1" [dependencies.base64] version = "0.11.0" [dependencies.libc] version = "0.2.67" [dependencies.libswe-sys] version = "0.1.56" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_derive] version = "1.0.102" [dependencies.serde_json] version = "1.0.41" [dependencies.strum] version = "0.17.1" [dependencies.strum_macros] version = "0.17.1" [dependencies.svg] version = "0.6.0" [build-dependencies.cbindgen] version = "0.12"