# 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 = "worker-wasm-interactions-rs" version = "0.0.1" authors = ["Alexander Becker "] description = "A library for writing an interaction based discord bot on Cloudflare Workers." readme = "README.md" keywords = [ "async", "api", "wasm", "http", ] categories = [ "Accessibility", "API bindings", ] license = "Apache-2.0" repository = "https://github.com/ByteAlex/worker-wasm-interactions-rs" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.futures] version = "0.3.24" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.twilight-model] version = "0.13.5" [dependencies.worker] version = "0.0.9"