sage_auth 0.1.0

Minecraft authentication library
Documentation
[package]
name = "sage_auth"
description = "Minecraft authentication library"
repository = "https://github.com/YanWQ-monad/sage_auth"
version = "0.1.0"
authors = ["YanWQ-monad <YanWQmonad@gmail.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
keywords = ["minecraft"]
categories = ["authentication"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4.0"
reqwest = { version = "^0.10.1", features = ["json"] }
serde = "^1.0.103"
serde_derive = "^1.0.103"
url = "^2.1.1"
uuid = { version = "0.8", features = ["serde", "v4"] }

[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }