# 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 = "pocket-relay-utils" version = "0.1.1" authors = ["Jacobtread "] description = "Module for utilities used throughout the core, database, and servers for Pocket Relay" license = "MIT" repository = "https://github.com/PocketRelay/ServerRust" [dependencies.argon2] version = "0.4" [dependencies.blaze-pk] version = "0.6.0-alpha-6" features = [ "async", "blaze-ssl", ] default-features = false [dependencies.log] version = "0.4.17" [dependencies.password-hash] version = "0.4.2" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.regex] version = "1" features = ["std"] default-features = false [dependencies.reqwest] version = "0.11.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"]