aoc_api 3.0.4

a simple Advent of Code API
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 = "aoc_api"
version = "3.0.4"
authors = ["Antonio Subašić <antonio.subasic.public@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a simple Advent of Code API"
readme = "README.md"
keywords = [
    "AoC",
    "Advent-of-Code",
    "API",
]
license = "GPL-3.0"
repository = "https://github.com/antoniosubasic/aoc_api"

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

[dependencies.regex]
version = "1.13.1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "cookies",
]

[dependencies.tokio]
version = "1.53.1"
features = ["full"]