blackmoon 0.1.2

Command-line astrology data-format converter built on astrogram.
# 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 = "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"]