-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 825 Bytes
/
Cargo.toml
File metadata and controls
29 lines (27 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "astrology"
version = "3.0.3"
authors = ["Stéphane <s.bressani@bluewin.ch>"]
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"