# 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 = "atlassian-app-auth" version = "1.0.2" authors = ["Nicholas Bishop "] description = "Library for authenticating as an Atlassian Connect App" readme = "README.md" keywords = [ "atlassian", "jira", "jwt", ] categories = [ "authentication", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/nicholasbishop/atlassian-app-auth" [dependencies.jsonwebtoken] version = "7.2.0" default_features = false [dependencies.percent-encoding] version = "2.1.0" default_features = false [dependencies.serde] version = "1.0.130" features = ["derive"] default_features = false [dependencies.sha2] version = "0.9.8" default_features = false [dependencies.thiserror] version = "1.0.30" default_features = false [dependencies.url] version = "2.2.2" default_features = false [dev-dependencies.argh] version = "0.1.6" default_features = false [dev-dependencies.reqwest] version = "0.11.6" features = [ "blocking", "json", "rustls-tls", ] default_features = false [dev-dependencies.serde_json] version = "1.0.69" default_features = false [badges.maintenance] status = "deprecated"