# 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 = "live-server" version = "0.9.0" authors = ["Lomirus"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Launch a local network server with live reload feature for static pages." homepage = "https://github.com/lomirus/live-server" readme = "README.md" keywords = [ "live", "server", "web", "reload", ] license = "MIT" repository = "https://github.com/lomirus/live-server" [lib] name = "live_server" path = "src/lib.rs" [[bin]] name = "live-server" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.axum] version = "0.7.6" features = ["ws"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.env_logger] version = "0.10.2" [dependencies.futures] version = "0.3.31" [dependencies.local-ip-address] version = "0.6.2" [dependencies.log] version = "0.4.22" [dependencies.mime_guess] version = "2.0.5" [dependencies.notify] version = "6.1.1" [dependencies.notify-debouncer-full] version = "0.3.2" [dependencies.open] version = "5.3.0" [dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.reqwest] version = "0.12.4"