# 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 = "simple-gallery" version = "0.1.1" authors = ["Conor Schaefer "] include = [ "src/**/*", "README.md", "files/index.html.j2", ] publish = true description = "Generates a single-page static web application, with no JS, serving a simple photogallery" readme = "README.md" keywords = [ "web", "photos", "gallery", "cli", ] categories = [ "command-line-utilities", "web-programming", ] license = "AGPL-3.0-only" repository = "https://github.com/conorsch/simple-gallery" [dependencies.anyhow] version = "1.0.79" [dependencies.axum] version = "0.7" [dependencies.axum-extra] version = "0.3.5" features = ["spa"] [dependencies.clap] version = "~3" features = [ "env", "cargo", "derive", ] [dependencies.env_logger] version = "~0.9" [dependencies.http] version = "1.0.0" [dependencies.log] version = "0.4.17" [dependencies.mime] version = "0.3.17" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.tera] version = "1.16.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.5.1" features = ["fs"] [dependencies.tower-service] version = "0.3.2" [dependencies.walkdir] version = "2.3.2"