# 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 = "my-hours" version = "0.1.4" authors = ["Joni Hasanen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line app to combine tracked hours in tracking services and provide easy way to see if the monthly goal will be met or not." homepage = "https://github.com/hasanen/my-hours" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hasanen/my-hours" [[bin]] name = "my-hours" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" [dependencies.digest] version = "0.10.7" [dependencies.directories-next] version = "2.0.0" [dependencies.read_input] version = "0.8.6" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19"