# 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 = "2018" name = "hcal" version = "0.4.3" authors = ["0xflotus"] description = "Hexadecimal calendar for terminal" homepage = "https://github.com/0xflotus/hcal" readme = "README.md" keywords = [ "cli", "calendars", "hexadecimal", "ternary", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/0xflotus/hcal" [[bin]] name = "hcal" [dependencies.bdays] version = "0.1.3" [dependencies.cbb] version = "0.2.1" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.16" features = ["cargo"] [dependencies.regex] version = "1.10.2"