# 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-crypto" version = "0.10.0" description = "Cryptography features used in Minecraft." readme = "README.md" license = "MIT" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-crypto" [[bench]] name = "my_benchmark" harness = false [dependencies.aes] version = "0.8.4" [dependencies.azalea-buf] version = "0.10.0" [dependencies.cfb8] version = "0.8.1" [dependencies.num-bigint] version = "^0.4.4" [dependencies.rand] version = "^0.8.5" features = ["getrandom"] [dependencies.rsa] version = "0.9.6" features = ["sha2"] [dependencies.rsa_public_encrypt_pkcs1] version = "0.4.0" [dependencies.sha-1] version = "^0.10.1" [dependencies.sha2] version = "0.10.8" [dependencies.uuid] version = "^1.8.0" [dev-dependencies.criterion] version = "^0.5.1" features = ["html_reports"]