advent-of-code-data 0.0.2

Advent of Code API for submitting answers and getting inputs
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 = "2021"
name = "advent-of-code-data"
version = "0.0.2"
authors = ["Scott MacDonald"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advent of Code API for submitting answers and getting inputs"
homepage = "https://github.com/smacdo/advent-of-code-rust"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smacdo/advent-of-code-rust"

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

[dependencies.anyhow]
version = "1.0.93"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

[dependencies.chrono-tz]
version = "0.10.0"

[dependencies.directories]
version = "5.0"

[dependencies.gethostname]
version = "1"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "blocking",
    "cookies",
]

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.133"

[dependencies.simple_crypt]
version = "0.2.3"

[dependencies.tempfile]
version = "3.14.0"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.toml]
version = "0.8.23"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.18"