# 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 = "github-app-auth" version = "3.0.1" authors = ["Nicholas Bishop "] description = "Library for authenticating as a GitHub app" readme = "README.md" keywords = [ "github", "app", "authentication", ] categories = [ "authentication", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/nicholasbishop/github-app-auth" [dependencies.chrono] version = "0.4.19" features = [ "clock", "serde", ] default-features = false [dependencies.http] version = "0.2.8" default-features = false [dependencies.jsonwebtoken] version = "8.1.1" features = ["use_pem"] default-features = false [dependencies.log] version = "0.4.17" default-features = false [dependencies.reqwest] version = "0.11.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.138" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.31" default-features = false [dev-dependencies.serde_json] version = "1.0.82" default-features = false [dev-dependencies.simple_logger] version = "2.1.0" default-features = false [dev-dependencies.tokio] version = "1.19.2" features = ["full"] [badges.maintenance] status = "deprecated"