# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hot-reload-server" version = "0.0.0" authors = ["Erik Nordstrøm "] description = "Hot reloading HTTP server for HTML, CSS, JavaScript and WebAssembly web development." readme = "README.md" keywords = ["autoreload", "html5", "css3", "js", "wasm"] categories = ["web-programming::http-server", "development-tools", "filesystem"] license = "ISC" repository = "https://github.com/ctsrc/hot-reload-server" [dependencies.clap] version = "2.33.0" features = ["yaml"] default-features = false [dependencies.hyper] version = "0.13.3" [dependencies.notify] version = "4.0.15" [dependencies.tokio] version = "0.2.13" features = ["macros", "rt-core", "fs", "io-std"]