# 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 = "discordant_util" version = "0.2.0" description = "Utility functions and types for creating Discord bots" homepage = "https://github.com/devnought/discordant" readme = "README.md" keywords = ["discord"] license = "MIT" repository = "https://github.com/devnought/discordant" [dependencies.async-trait] version = "0.1.68" [dependencies.discordant_types] version = "0.2.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.http] version = "0.2.9" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.164 " features = ["derive"] [dependencies.serde_json] version = "1.0.96"