# 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 = "datcord" version = "0.1.1" authors = ["lesar"] description = "A high-level Discord API wrapper" readme = "README_CRATES.md" license = "MIT" [lib] name = "datcord" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.rocket] version = "=0.5.0-rc.3" features = ["json"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_repr] version = "0.1.12"