astrogram 0.0.0

Astrology data-format conversion library.
Documentation
# 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 = "astrogram"
version = "0.0.0"
authors = ["lucidaeon <lucidaeon@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Astrology data-format conversion library."
homepage = "https://github.com/lucidaeon/mediumcoeli"
readme = "README.md"
keywords = [
    "astrology",
    "chart",
    "nata",
    "sfcht",
]
categories = [
    "data-structures",
    "encoding",
    "parser-implementations",
]
license = "CC0-1.0"
repository = "https://github.com/lucidaeon/mediumcoeli"

[features]
default = []

[lib]
name = "astrogram"
path = "src/lib.rs"

[[test]]
name = "aaf"
path = "tests/aaf.rs"

[[test]]
name = "adbxml"
path = "tests/adbxml.rs"

[[test]]
name = "astro"
path = "tests/astro.rs"

[[test]]
name = "chart"
path = "tests/chart.rs"

[[test]]
name = "consolidate"
path = "tests/consolidate.rs"

[[test]]
name = "decision_log"
path = "tests/decision_log.rs"

[[test]]
name = "luna"
path = "tests/luna.rs"

[[test]]
name = "normalize"
path = "tests/normalize.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[[test]]
name = "sfcht_header"
path = "tests/sfcht_header.rs"

[[test]]
name = "sfcht_header_acceptance"
path = "tests/sfcht_header_acceptance.rs"

[[test]]
name = "sfcht_records_golden"
path = "tests/sfcht_records_golden.rs"

[[test]]
name = "sfcht_writer"
path = "tests/sfcht_writer.rs"

[[test]]
name = "util"
path = "tests/util.rs"

[[test]]
name = "zeus"
path = "tests/zeus.rs"

[[test]]
name = "zeus_writer"
path = "tests/zeus_writer.rs"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "cookies",
    "rustls-tls",
]
default-features = false

[dependencies.roxmltree]
version = "0.21"

[dependencies.scraper]
version = "0.22"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

[dependencies.thiserror]
version = "2"

[dev-dependencies]