# 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 = "octocrate-webhooks" version = "1.0.1" authors = ["wokeyifrontend@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A comprehensive GitHub REST API library based on Rust." homepage = "https://github.com/panghu-huang/octocrate" readme = "README.md" keywords = [ "github", "api", "octocrate", "github-api", "rest-api", ] categories = [ "web-programming::http-client", "api-bindings", ] license = "MIT" repository = "https://github.com/panghu-huang/octocrate" [lib] name = "octocrate_webhooks" path = "src/lib.rs" doctest = false [[test]] name = "webhooks" path = "tests/webhooks.rs" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.typed-builder] version = "0.18" [features] branch_protection_configuration = [] branch_protection_rule = [] check_run = [] check_suite = [] code_scanning_alert = [] commit_comment = [] create = [] custom_property = [] custom_property_values = [] delete = [] dependabot_alert = [] deploy_key = [] deployment = [] deployment_protection_rule = [] deployment_review = [] deployment_status = [] discussion = [] discussion_comment = [] fork = [] full = [] github_app_authorization = [] gollum = [] installation = [] installation_repositories = [] installation_target = [] issue_comment = [] issues = [] label = [] marketplace_purchase = [] member = [] membership = [] merge_group = [] meta = [] milestone = [] org_block = [] organization = [] package = [] page_build = [] personal_access_token_request = [] ping = [] project = [] project_card = [] project_column = [] projects_v2 = [] projects_v2_item = [] public = [] pull_request = [] pull_request_review = [] pull_request_review_comment = [] pull_request_review_thread = [] push = [] registry_package = [] release = [] repository = [] repository_advisory = [] repository_dispatch = [] repository_import = [] repository_ruleset = [] repository_vulnerability_alert = [] secret_scanning_alert = [] secret_scanning_alert_location = [] security_advisory = [] security_and_analysis = [] sponsorship = [] star = [] status = [] team = [] team_add = [] watch = [] webhook_event = [] workflow_dispatch = [] workflow_job = [] workflow_run = []