# 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" rust-version = "1.77.0" name = "mcvm_auth" version = "0.5.0" authors = ["CarbonSmasher"] description = "Useful authentication wrapper for Minecraft" keywords = [ "minecraft", "launcher", "game", "mc", "auth", ] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://github.com/CarbonSmasher/mcvm" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.4.0" [dependencies.cfg-match] version = "0.2.1" [dependencies.hex] version = "0.4.3" [dependencies.mcvm_shared] version = "0.14.0" [dependencies.nutype] version = "0.4.0" features = ["serde"] [dependencies.oauth2] version = "4.4.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.reqwest] version = "0.12.4" features = [ "json", "rustls-tls", ] default_features = false [dependencies.rsa] version = "0.9.6" features = [ "std", "u64_digit", ] default-features = false [dependencies.serde] version = "1.0.202" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61" [features] [lints.rust] unsafe_code = "forbid"