# 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 = "Server_Example" version = "0.1.0" authors = ["TheSR "] build = false exclude = ["build"] autobins = false autoexamples = false autotests = false autobenches = false description = "Example Server Using Rocket which has HTTP(S), WebSocket, DB and UDP Support" documentation = "https://docs.rs/Server_Example/" readme = "README.MD" keywords = [ "Server", "HTTP_S", "WebSocket", "Enet", "MongoDB", ] license = "AGPL-3.0-only" repository = "https://github.com/TheSR007/Rust_Projects/tree/master/Server_Example" [[bin]] name = "Server_Example" path = "src/main.rs" [[bin]] name = "enet_client" path = "src/enet_client.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.enet] version = "0.3.0" [dependencies.rocket] version = "0.5.1" features = [ "tls", "json", ] [dependencies.rocket_db_pools] version = "0.2.0" features = ["mongodb"] [dependencies.rocket_ws] version = "0.1.1"