[package]
edition = "2024"
rust-version = "1.85"
name = "blackmoon"
version = "0.1.2"
authors = ["lucidaeon <lucidaeon@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line astrology data-format converter built on astrogram."
homepage = "https://github.com/lucidaeon/mediumcoeli"
readme = "README.md"
keywords = [
"astrology",
"chart",
"natal",
"sfcht",
]
categories = [
"command-line-utilities",
"data-structures",
"encoding",
]
license = "CC0-1.0"
repository = "https://github.com/lucidaeon/mediumcoeli"
[[bin]]
name = "blackmoon"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.astrogram]
version = "0.1.2"
[dependencies.clap]
version = "4"
features = [
"derive",
"env",
]
[dependencies.clap_complete]
version = "4"
[dependencies.reqwest]
version = "0.12"
features = [
"blocking",
"json",
"cookies",
"rustls-tls",
]
default-features = false
[dependencies.scraper]
version = "0.22"
[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]