# 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 = "twitch_eventsub" version = "0.1.2" authors = ["Owlkaline"] build = false exclude = ["examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library that handles everything with Twitch EventSub helix api for you." readme = "README.md" keywords = [ "Twitch", "EventSub", "oauth", "api", "Godot", ] categories = [ "api-bindings", "web-programming::websocket", "authentication", "network-programming", ] license = "MIT" repository = "https://github.com/lilith645/TwitchEventSub-rs.git" resolver = "2" [lib] name = "twitch_eventsub" path = "src/lib.rs" [dependencies.curl] version = "0.4.46" [dependencies.enum_all_variants] version = "0.2.0" [dependencies.log] version = "0.4" [dependencies.open] version = "5.1.4" [dependencies.simple_env_load] version = "0.2.0" [dependencies.twitch_eventsub_structs] version = "0.1.2" [dependencies.websocket] version = "0.27.1" features = [ "sync", "sync-ssl", ] default-features = false [features] only_raw_responses = []