# 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 = "1.1.0" authors = ["Antonio Subašić "] build = 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.10.5" [dependencies.reqwest] version = "0.12.5" features = [ "json", "cookies", ] [dependencies.tokio] version = "1.39.2" features = ["full"]