# 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 = "tgl-cli" version = "0.19.2" description = "A simple Toggl command line client." homepage = "https://github.com/blachniet/tgl" readme = "README.md" keywords = ["toggl"] license = "MIT" repository = "https://github.com/blachniet/tgl" [[bin]] name = "tgl" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0.23" features = ["derive"] [dependencies.dialoguer] version = "0.11" features = ["fuzzy-select"] [dependencies.elsa] version = "1.7.0" [dependencies.keyring] version = "1" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.thiserror] version = "1.0"