# 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 = "timest" version = "1.0.2" authors = ["Stephen Funk"] exclude = ["assets/*"] description = "Dead simple timesheet/punch card/clock report CLI. Clock in. Clock out. See time worked." readme = "README.md" keywords = [ "timesheet", "punchcard", "clock", "cli", "hours", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/stephenlf/timest" [[bin]] name = "timest" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.ntp] version = "0.5.0" [dependencies.platform-dirs] version = "0.3.0" [dependencies.recolored] version = "1.9.3" [dependencies.sqlite] version = "0.32.0" [dev-dependencies.assert_cmd] version = "2.0.12"