# 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-client" version = "0.2.0" authors = ["Sergio de Carvalho "] description = "Advent of Code client library" documentation = "https://docs.rs/crate/aoc-client/latest" readme = "README.md" license = "MIT" repository = "https://github.com/scarvalhojr/aoc-cli" [dependencies.chrono] version = "0.4" features = [ "clock", "std", "wasmbind", ] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0" [dependencies.html2md] version = "0.2" [dependencies.html2text] version = "0.4" [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.7" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.term_size] version = "0.3" [dependencies.thiserror] version = "1.0"