# 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 = "refresh-server" version = "0.7.0" description = "Webserver with a refresh function whitch reloads the page in the browser" license-file = "LICENSE.txt" [dependencies.axum] version = "0.6.12" features = ["ws"] [dependencies.futures] version = "0.3.27" [dependencies.reqwest] version = "0.11.16" features = ["blocking"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.text_io] version = "0.1.12" [dependencies.tiny_http] version = "0.12.0" [dependencies.tokio] version = "1.26.0" features = [ "sync", "tokio-macros", "full", ] [dependencies.tungstenite] version = "0.18.0"