[package] name = "refresh-server" description = "Webserver with a refresh function whitch reloads the page in the browser" version = "0.7.0" edition = "2021" license-file = "LICENSE.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = { version = "0.6.12", features = ["ws"] } futures = "0.3.27" reqwest = { version = "0.11.16", features = ["blocking"] } serde = { version = "1.0.160", features = ["derive"] } text_io = "0.1.12" tiny_http = "0.12.0" tokio = { version = "1.26.0", features = ["sync", "tokio-macros", "full"] } tungstenite = "0.18.0"