# 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 = "track-work" version = "0.1.0" authors = ["Argannor "] description = "A command line utility to track your productive time" homepage = "https://github.com/Argannor/track-work" documentation = "https://github.com/Argannor/track-work" readme = "README.md" keywords = [ "track", "work", "time", "productivity", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Argannor/track-work" [dependencies.argh] version = "0.1.10" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.config] version = "0.13.3" [dependencies.crossterm] version = "0.26.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.tui] version = "0.19.0" [dependencies.uuid] version = "1.3.4" features = ["v4"] [dependencies.windows] version = "0.48" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", ]