# 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 = "ttrk" version = "0.1.0" authors = ["ThePuzzlemaker "] description = "Track time spent on a project." homepage = "https://github.com/ThePuzzlemaker/ttrk" readme = "README.md" license = "MIT" repository = "https://github.com/ThePuzzlemaker/ttrk.git" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.color-eyre] version = "0.6.1" [dependencies.csv] version = "1.1.6" [dependencies.dirs] version = "4.0.0" [dependencies.once_cell] version = "1.12.0" [dependencies.regex] version = "1.5.6" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tempfile] version = "3.3.0" [dependencies.time] version = "0.3.11" features = [ "parsing", "serde", "local-offset", "formatting", "macros", "serde-well-known", ] [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.11" features = ["env-filter"]