# 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 = "rosetta" version = "0.1.0" authors = ["Matthew Blode "] description = "A fast static site generator." homepage = "https://github.com/mblode/rosetta" readme = "README.md" keywords = ["static", "site", "generator", "blog"] license = "MIT" repository = "https://github.com/mblode/rosetta" [dependencies.actix-web] version = "0.7.19" [dependencies.chrono] version = "0.4.6" [dependencies.clap] version = "2.33" features = ["yaml"] [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.5" [dependencies.pulldown-cmark] version = "0.5.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.4"