# 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" rust-version = "1.65.0" name = "rtimelog" version = "1.0.0" authors = ["G. Wade Johnson "] description = "System for tracking time in a text-log-based format." homepage = "http://gwadej.org/timelog/" readme = "README.md" keywords = [ "task-manager", "time-tracking", ] categories = ["command-line-utilities"] license = "Artistic-2.0" repository = "https://gitlab.com/gwadej/timelog-rust.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "timelog" [dependencies.chrono] version = "~0.4.26" features = ["clock"] default-features = false [dependencies.clap] version = "~4.4.0" features = [ "derive", "wrap_help", ] [dependencies.configparser] version = "~3.0.2" [dependencies.once_cell] version = "~1.18.0" [dependencies.regex] version = "~1.9.4" [dependencies.thiserror] version = "~1.0.47" [dependencies.tilde-expand] version = "~0.1.1" [dependencies.xml-rs] version = "0.8.16" [dev-dependencies.spectral] version = "~0.6.0" [dev-dependencies.tempfile] version = "~3.8.0"