# 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 = "azalea-auth" version = "0.10.3+mc1.21.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A port of Mojang's Authlib and launcher authentication." readme = "README.md" license = "MIT" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth" [lib] name = "azalea_auth" path = "src/lib.rs" [[example]] name = "auth" path = "examples/auth.rs" [[example]] name = "auth_manual" path = "examples/auth_manual.rs" [[example]] name = "certificates" path = "examples/certificates.rs" [dependencies.azalea-buf] version = "0.10.0" [dependencies.azalea-crypto] version = "0.10.0" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" features = ["serde"] default-features = false [dependencies.md-5] version = "0.10.6" [dependencies.num-bigint] version = "0.4.6" [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", ] default-features = false [dependencies.rsa] version = "0.9.6" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["fs"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.9.1" features = [ "serde", "v3", ] [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.tokio] version = "1.38.0" features = ["full"]