# 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 = "birthday" version = "0.2.0" authors = ["ducdetronquito "] description = "🎂 CLI tool to remember birthdays of people you know" homepage = "https://github.com/ducdetronquito/birthday" readme = "README.md" keywords = ["birthday"] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/ducdetronquito/birthday" [[bin]] name = "birthday" [dependencies.anyhow] version = "1.0.76" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.rusqlite] version = "0.30" features = [ "bundled", "chrono", ] [dependencies.tabled] version = "0.15"