# 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 = "zipity" version = "0.0.1-alpha.2" authors = ["Eric David Smith "] description = "A markdown-based micro web framework built in Rust" homepage = "https://ericdavidsmith.com" documentation = "https://docs.rs/zipity" readme = "README.md" license = "MIT" repository = "https://github.com/erictherobot/zipity" [[bin]] name = "cli" path = "cli/main.rs" [dependencies.actix-files] version = "0.6.0" [dependencies.actix-web] version = "4.0.0-beta.8" [dependencies.actix-web-httpauth] version = "0.8.0" [dependencies.askama] version = "0.10" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.env_logger] version = "0.9" [dependencies.pulldown-cmark] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.sitemap] version = "0.4.1" [dependencies.slug] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2.2"