# 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-cli" version = "0.12.0" authors = ["Sergio de Carvalho <scarvalhojr@gmail.com>"] description = "Advent of Code command-line tool" documentation = "https://docs.rs/crate/aoc-cli/latest" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/scarvalhojr/aoc-cli" [[bin]] name = "aoc" path = "src/main.rs" [dependencies.aoc-client] version = "0.2" [dependencies.clap] version = "4" features = [ "cargo", "color", "derive", ] [dependencies.env_logger] version = "0.10" [dependencies.exit-code] version = "1.0" [dependencies.log] version = "0.4" [target.x86_64-unknown-linux-musl.dependencies.openssl] version = "0.10" features = ["vendored"]