# 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-main-server" version = "0.1.0" authors = ["Jacobtread "] include = [ "src/**/*", "src/resources/**/*", ] description = "Pocket Relays Main server which is responsible for most of the client server logic" license = "MIT" repository = "https://github.com/PocketRelay/ServerRust" [dependencies.blaze-pk] version = "0.6.0-alpha-6" features = [ "async", "blaze-ssl", ] default-features = false [dependencies.blaze-ssl-async] version = "0.1.1" [dependencies.core] version = "0.1.0" package = "pocket-relay-core" [dependencies.database] version = "0.1.0" package = "pocket-relay-database" [dependencies.log] version = "0.4.17" [dependencies.rust-embed] version = "6.4.1" features = ["debug-embed"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.utils] version = "0.1.0" package = "pocket-relay-utils"