# 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 = "github-scopes-rs" version = "1.0.1" authors = ["Elad Kaplan "] description = "Discover GitHub token scope permission and return you an easy interface for checking token permission before querying GitHub" homepage = "https://github.com/SpectralOps/github-scopes-rs" documentation = "https://docs.rs/github-scopes-rs" readme = "README.md" keywords = [ "github", "github-api", "permissions", "oauth-app", ] license = "Apache-2.0" repository = "https://github.com/SpectralOps/github-scopes-rs" [lib] name = "github_scopes_rs" [dependencies.anyhow] version = "1.0" [dependencies.env_logger] version = "0.8.4" [dependencies.log] version = "0.4.0" [dependencies.reqwest] version = "0.11.10" features = ["blocking"] [dev-dependencies.mockito] version = "0.31.0"