# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "octorest" version = "0.0.0" authors = ["SOFe "] build = "run-build.rs" exclude = ["routes", "!routes/openapi/api.github.com"] description = "Generated GitHub API bindings" homepage = "https://github.com/SOF3/octorest" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/SOF3/octorest" [package.metadata.docs.rs] features = ["internal-docsrs"] [lib] name = "octorest" [dependencies.futures] version = "0.3.5" [dependencies.getset] version = "0.1.1" [dependencies.jsonwebtoken] version = "7.1.0" optional = true [dependencies.reqwest] version = "0.10.6" features = ["json"] [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dependencies.snafu] version = "0.6.8" [build-dependencies.octorest-build] version = "0.0.0" [features] default = ["github-app", "gh-teams", "gh-checks", "gh-reactions", "gh-markdown", "gh-orgs", "gh-issues", "gh-pulls", "gh-repos", "gh-users", "gh-actions", "gh-projects", "gh-activity", "gh-migrations", "gh-oauth-authorizations", "gh-gists", "gh-search", "gh-interactions", "gh-apps", "gh-emojis", "gh-codes-of-conduct", "gh-scim", "gh-licenses", "gh-git", "gh-rate-limit", "gh-gitignore", "gh-meta", "gh-code-scanning"] dev = ["octorest-build/dev"] gh-actions = [] gh-activity = [] gh-apps = [] gh-checks = [] gh-code-scanning = [] gh-codes-of-conduct = [] gh-emojis = [] gh-gists = [] gh-git = [] gh-gitignore = [] gh-interactions = [] gh-issues = [] gh-licenses = [] gh-markdown = [] gh-meta = [] gh-migrations = [] gh-oauth-authorizations = [] gh-orgs = [] gh-projects = [] gh-pulls = [] gh-rate-limit = [] gh-reactions = [] gh-repos = [] gh-scim = [] gh-search = [] gh-teams = [] gh-users = [] github-app = ["jsonwebtoken"] internal-docsrs = []