# 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 = "kaiju" version = "0.10.4" authors = ["Guilherme "] description = "A simpler and more direct Web UI alternative for Atlassian's Jira website" readme = "README.md" keywords = [ "jira", "terminal", "issue-tracker", "web-interface", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sitegui/kaiju" [dependencies.anyhow] version = "1.0.65" features = ["backtrace"] [dependencies.axum] version = "0.6.18" features = ["macros"] [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.futures] version = "0.3.24" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.shell-words] version = "1.1.0" [dependencies.time] version = "0.3.15" [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt", "rt-multi-thread", "time", ] [dependencies.toml] version = "0.7.3" [dependencies.tower-http] version = "0.4.0" features = ["cors"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"