# 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 = "toggl" version = "0.4.7" authors = [ "Shantanu Raj ", "Tyler ", "William Barbosa ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial command-line interface for Toggl Track using the v9 API." homepage = "https://toggl.com/track" readme = "README.md" keywords = [ "cli", "time", "time-tracking", "toggl", "track", ] categories = [ "api-bindings", "command-line-utilities", "date-and-time", ] license = "MIT" repository = "https://github.com/watercooler-labs/toggl-cli" [[bin]] name = "toggl" path = "src/main.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.base64] version = "0.21.0" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.colored] version = "2.0.0" [dependencies.colors-transform] version = "0.2.11" [dependencies.directories] version = "5.0.0" [dependencies.keyring] version = "2" features = ["linux-default-keyutils"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.toml] version = "0.7.3" [dev-dependencies.mockall] version = "0.11.4" [dev-dependencies.tokio-test] version = "0.4.2" [target."cfg(unix)".dependencies.skim] version = "0.10.4"