# 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 = "ocastabare" version = "0.1.0" description = "Rustified TompHTTP Bare Server" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/Project-Ocasta/Ocasta-Bare" [dependencies.argh] version = "0.1" [dependencies.axum] version = "0.6" features = ["ws"] [dependencies.futures-util] version = "0.3" [dependencies.memory-stats] version = "1" [dependencies.reqwest] version = "0.11" features = ["rustls-tls-webpki-roots"] default-features = false [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20" features = ["rustls-tls-webpki-roots"]