# 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 = "wingman" version = "0.1.0" authors = ["Tristan Isham "] exclude = ["example/*"] description = "A runtime for websites and a static site generator." homepage = "https://wingman-rs.neocities.org/" readme = "README.md" keywords = [ "web", "framework", "Build-Tools", "cli", ] categories = [ "command-line-utilities", "command-line-interface", "development-tools", "web-programming", ] license = "MIT" repository = "https://github.com/tristanisham/Wingman" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.81" [dependencies.axum] version = "0.7.4" [dependencies.clap] version = "4.5.3" features = [ "unicode", "derive", ] [dependencies.comrak] version = "0.21.0" [dependencies.futures] version = "0.3.30" [dependencies.gray_matter] version = "0.2.6" [dependencies.handlebars] version = "5.1.0" [dependencies.lightningcss] version = "1.0.0-alpha.55" [dependencies.notify] version = "6.1.1" [dependencies.rayon] version = "1.9.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.33" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower-http] version = "0.5.2" features = [ "fs", "trace", ] [dependencies.walkdir] version = "2.5.0"