# 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 = "hbd" version = "0.1.0" authors = ["tkr-sh"] build = false exclude = [ "docs/*", "examples/*", "packages/*", "*.md", "*.gif", "justfile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Remember birthdays easily!" documentation = "https://docs.rs/hbd/latest/hbd/index.html" readme = "README.md" keywords = [ "cli", "birthday", "date", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/tkr-sh/hbd" [lib] name = "hbd" path = "src/lib.rs" [[bin]] name = "hbd" path = "src/main.rs" [[test]] name = "gen_import" path = "tests/gen_import.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4" features = ["derive"] [dependencies.regex] version = "1.10.6" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.210" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tqdm] version = "0.7.0" [dev-dependencies.rand] version = "0.8.5"