# 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 = "arrive" version = "0.3.0" authors = ["Marcin Puc "] description = "A simple CLI tool for interacting with Advent of Code" readme = "README.md" keywords = [ "advent", "aoc", "cli", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tranzystorekk/arrive" [[bin]] name = "arv" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.clap_complete] version = "4.4" [dependencies.dirs] version = "5.0" [dependencies.minreq] version = "2.11" features = ["https"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8" [dependencies.yansi] version = "1.0.0-rc.1" features = [ "detect-env", "detect-tty", ]