# 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-qr-auth" version = "0.1.0" include = [ "src/**/*.rs", "LICENSE.md", "README.md", "CHANGELOG.md", ] description = "A Rust library to authenticate with Discord using QR codes." homepage = "https://github.com/safecord/discord-qr-auth" readme = "README.md" keywords = [ "discord", "api", "qr", "auth", ] license = "ISC" repository = "https://github.com/safecord/discord-qr-auth.git" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.flume] version = "0.10.13" [dependencies.futures-util] version = "0.3.21" [dependencies.qrcode] version = "0.12.0" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.6.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.17.1" features = ["native-tls"] [dependencies.tracing] version = "0.1.35"