# 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 = "rust_webhook" version = "0.1.6" description = "The program is a utility crate that provides a function to send a webhook request with JSON content using the Reqwest library in Rust. It simplifies the process of sending HTTP POST requests to webhook URLs by handling JSON serialization and request configuration." homepage = "https://github.com/snekxs/Rust-Webhooks" readme = "README.md" license = "MIT" repository = "https://github.com/snekxs/Rust-Webhooks" [dependencies.chrono] version = "0.4.24" [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = ["full"]