# 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 = "dev-serve" version = "0.2.1" authors = ["Sondre Aasemoen "] build = "build.rs" description = "Spin up a simple static site server with live reload" homepage = "https://github.com/sondr3/dev-serve" documentation = "https://github.com/sondr3/dev-serve" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/sondr3/dev-serve" [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.7.4" features = ["ws"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4" [dependencies.futures] version = "0.3.28" [dependencies.notify] version = "6.1.1" [dependencies.time] version = "0.3.30" features = ["local-offset"] [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["tracing"] default-features = false [dependencies.tower-http] version = "0.5.1" features = ["trace"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "time", ] [build-dependencies.clap] version = "4" features = ["derive"] [build-dependencies.clap_complete] version = "4" [build-dependencies.clap_mangen] version = "0.2"