# 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 = "ttrace" version = "0.1.4" description = "trace the time for tasks for a given day." readme = "README.md" license = "MIT" repository = "https://github.com/lukas412/ttrace" [dependencies.chrono] version = "0.4.37" features = ["serde"] [dependencies.clap] version = "4.5.4" [dependencies.expanduser] version = "1.2.2" [dependencies.eyre] version = "0.6.12" [dependencies.itertools] version = "0.12.1" [dependencies.rusqlite] version = "0.31.0" features = [ "bundled", "chrono", ] [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.someutil] version = "0.1.0" [dependencies.termfmt] version = "0.2.1"