# 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 = "2018" name = "astrology" version = "3.0.3" authors = ["Stéphane "] description = "Astrology lib connected to the C lib Swiss ephemeris" documentation = "https://docs.rs/crate/astrology" license-file = "LICENSE" repository = "https://github.com/stephaneworkspace/astrology" [lib] crate-type = ["lib", "staticlib"] [dependencies.base64] version = "0.11.0" [dependencies.chrono] version = "0.4.15" [dependencies.clap] version = "2.33.3" [dependencies.libc] version = "0.2.67" [dependencies.libswe-sys] version = "0.2.7" [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"