# 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 = "cerberos" version = "0.8.1" description = "A port of Mat's azalea-auth port of Mojang's Authlib and launcher authentication." readme = "README.md" license = "MIT" repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth" [dependencies.azalea-buf] version = "0.8.0" [dependencies.azalea-crypto] version = "0.8.0" [dependencies.base64] version = "0.21.3" [dependencies.chrono] version = "0.4.30" features = ["serde"] default-features = false [dependencies.log] version = "0.4.20" [dependencies.num-bigint] version = "0.4.4" [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.20" features = [ "json", "rustls-tls", ] default-features = false [dependencies.rsa] version = "0.9.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.32.0" features = ["fs"] [dependencies.uuid] version = "1.4.1" features = ["serde"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio] version = "1.32.0" features = ["full"]