# 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 = "create-github-app-token" version = "2.0.1" authors = ["Lucky3028 "] description = "This library makes easier to publish GitHub App token." documentation = "https://docs.rs/create-github-app-token" readme = "README.md" keywords = [ "github", "token", "http", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/Lucky3028/create-github-app-token" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.jsonwebtoken] version = "8.1" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.surf] version = "2.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.test-case] version = "2.2"