# 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 = "tempomat" version = "0.3.0" authors = ["Maxicarlos08 "] description = "Minimal Tempo+Jira time logging CLI" readme = "README.md" license = "MIT" repository = "https://github.com/maxicarlos08/tempomat" [profile.release] opt-level = "z" codegen-units = 1 panic = "abort" strip = true [dependencies.axum] version = "0.6.12" features = ["macros"] [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.directories] version = "5.0.0" [dependencies.nom] version = "7.1.3" [dependencies.open] version = "4.0.1" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tracing] version = "0.1.37" features = ["attributes"] [dependencies.tracing-subscriber] version = "0.3.16"