# 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 = "discord_interaction" version = "0.0.5" exclude = ["**/.*"] description = "A high-level library for using Discord's interactions model. Uses AWS Lambda." readme = "README.md" keywords = [ "discord", "serverless", "aws", ] categories = [ "gui", "web-programming", ] license = "GPL-3.0-only" repository = "https://github.com/tarinyoom/discord-interaction" [dependencies.ed25519-dalek] version = "2.0.0" [dependencies.hex] version = "0.4.3" [dependencies.lambda_http] version = "0.8.1" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_repr] version = "0.1.16" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] default-features = false