# 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 = "digital-logbook" version = "0.1.4" authors = ["Max Günther "] description = "A command line application for tracking your computer usage times." readme = "CARGO_README.md" keywords = [ "computer-usage-times", "time-tracker", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/guemax/digital-logbook" [[bin]] name = "logbook" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = " 0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.csv] version = "1.3.0" [dependencies.polars] version = "0.35.4" features = [ "lazy", "temporal", ] [dependencies.serde] version = "1.0.192" features = ["serde_derive"] [dependencies.tabled] version = "0.15.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.parameterized] version = "1.1.0" [dev-dependencies.tempfile] version = "3.8.1"