# 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 = "raoc" version = "0.1.0" authors = ["starwort"] description = "RAoC - Rust Advent of Code, port of `aoc_helper`" homepage = "https://github.com/starwort/raoc" readme = "README.md" license = "MIT" repository = "https://github.com/starwort/raoc" [dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.pathdiv] version = "0.1.0" [dependencies.pretty_assertions] version = "1.4.0" optional = true [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" optional = true [dependencies.serde] version = "1.0.151" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.91" optional = true [dependencies.tl] version = "0.7.7" optional = true [dependencies.tokio] version = "1.34.0" features = [ "macros", "fs", ] optional = true [dependencies.webbrowser] version = "0.8.2" [features] async = [ "dep:reqwest", "web", "dep:tokio", ] default = [ "sync", "async", ] simd = ["tl/simd"] sync = [ "reqwest/blocking", "web", ] web = [ "dep:tl", "dep:serde", "dep:serde_json", ]