# 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 = "talk-timer" version = "0.2.1" authors = ["Luke Hsiao "] description = "A simple command line tool for showing a talk timer." readme = "README.md" keywords = [ "talk-timer", "timer", "cli", "conference", ] categories = ["command-line-utilities"] license = "BlueOak-1.0.0" repository = "https://github.com/lukehsiao/talk-timer" [profile.release] debug = 0 [dependencies.anyhow] version = "1.0.82" [dependencies.pico-args] version = "0.5.0" [dependencies.yansi] version = "1.0.1" [badges.maintenance] status = "passively-maintained"