# 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 = "2021" name = "swisseph" version = "0.1.1" authors = ["Jon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "More ergonomic wrapper for the Swiss Ephemeris" readme = "README.md" keywords = [ "ephemeris", "astrology", "astronomy", "zodiac", "zodiacal", ] license = "AGPL-3.0-only" [lib] name = "swisseph" path = "src/lib.rs" [[example]] name = "horoscope" path = "examples/horoscope.rs" [[example]] name = "usa_mundane" path = "examples/usa_mundane.rs" [dependencies.bitmask-enum] version = "2.2.4" [dependencies.derive_builder] version = "0.20.0" [dependencies.libswisseph-sys] version = "0.1.1" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.serde] version = "1.0.204" [dev-dependencies.serde_derive] version = "1.0.204" [dev-dependencies.toml] version = "0.8.19"