# 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 = "tiempo" version = "1.11.1" authors = ["Abraham Toriz "] default-run = "t" description = "A command line time tracker" homepage = "https://gitlab.com/categulario/tiempo-rs" documentation = "https://tiempo.categulario.xyz" readme = "README.md" license = "GPL-3.0" repository = "https://gitlab.com/categulario/tiempo-rs" [[bin]] name = "t" path = "src/bin/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.atty] version = "0.2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.directories] version = "3" [dependencies.hostname] version = "0.3" [dependencies.is_executable] version = "1.0.1" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.5" [dependencies.rusqlite] version = "0.31.0" features = [ "chrono", "bundled", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.textwrap] version = "0.14" [dependencies.thiserror] version = "1" [dependencies.timeago] version = "0.3" [dependencies.toml] version = "0.5" [dev-dependencies.pretty_assertions] version = "1.2"