# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "thea" version = "0.1.5" authors = ["Elliot Jackson "] description = "Thea is an from-memory website generator and server." homepage = "https://github.com/elliotekj/thea" documentation = "https://elliotekj.com/docs/thea" readme = "README.md" keywords = ["site", "generator", "blog", "markdown"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/elliotekj/thea" [profile.release] lto = true [[bin]] name = "thea" [dependencies.actix-files] version = "0.2.1" [dependencies.actix-rt] version = "1.0.0" [dependencies.actix-web] version = "2.0.0" [dependencies.clap] version = "2.33.0" [dependencies.config] version = "0.10.1" [dependencies.env_logger] version = "0.7.1" [dependencies.html-minifier] version = "1.1.14" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.mime] version = "0.3.16" [dependencies.notify] version = "4.0.15" [dependencies.pulldown-cmark] version = "0.6.1" [dependencies.serde] version = "1.0.104" [dependencies.syntect] version = "=3.2.0" [dependencies.tera] version = "1.0.1" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dependencies.walkdir] version = "2.2.9" [dependencies.yaml-rust] version = "0.4.3"