# 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 = "2018" name = "asap_cli" version = "0.4.0" authors = [ "Callum Osmotherly ", "Robin Stocker ", "Antoine Büsch ", "Sam Reis ", ] description = "A helpful command line utility for using ASAP." homepage = "https://bitbucket.org/atlassianlabs/rust-asap/" readme = "README.md" keywords = [ "asap", "jwt", "api", "token", "authorisation", ] license = "MIT" repository = "https://bitbucket.org/atlassianlabs/rust-asap/" [[bin]] name = "asap" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.asap] version = "0.11.0" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.directories] version = "4.0.1" [dependencies.human-panic] version = "1.0.3" [dependencies.pem] version = "1.0.2" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.78" [dependencies.thiserror] version = "1.0"