# 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" rust-version = "1.80.1" name = "jirust-cli" version = "0.10.0" authors = ["Emanuele Panigati "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to interact with Jira" documentation = "https://docs.rs/jirust-cli" readme = "README.md" keywords = [ "jira", "cli", ] license = "Apache-2.0" repository = "https://github.com/ilpanich/jirust-cli" [profile.release] opt-level = "s" lto = true codegen-units = 1 [lib] name = "jirust_cli" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "jirust-cli" path = "src/main.rs" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.clap_derive] version = "4.5" [dependencies.jira_v3_openapi] version = "1.0.6" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.10.6" [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.toml] version = "0.8" [dev-dependencies.tokio-test] version = "0.4.4"