# 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 = "2018" name = "galerio" version = "1.2.0" authors = ["Danilo Bargen "] include = [ "/src", "/static", "/templates", "README.md", "CHANGELOG.md", "LICENSE-APACHE", "LICENSE-MIT", "screenshot.jpg", ] description = "Generate static HTML galleries from a directory containing JPEGs." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dbrgn/galerio/" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.image] version = "0.24" [dependencies.kamadak-exif] version = "0.5" [dependencies.lazy_static] version = "1.4" [dependencies.rayon] version = "1.7.0" [dependencies.rust-embed] version = "6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3" default-features = false [dependencies.tera] version = "1.5" default-features = false [dependencies.zip] version = "0.6"