# 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-bud" version = "0.0.4" authors = ["no0bie"] include = [ "**/*.rs", "Cargo.toml", ] description = "A advent of code rust helper" readme = "README.md" license = "MIT" repository = "https://github.com/no0bie/aoc-bud" [dependencies.dotenv] version = "0.15.0" [dependencies.native-tls] version = "0.2.11" [dependencies.regex] version = "1.10.2" [dependencies.time] version = "0.3.30" features = ["macros"] optional = true [features] time = ["dep:time"]