# 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 = "raptr" version = "0.2.0" authors = ["CodeF0x "] description = "A minimal, fast and easy to use static site generator and blogging-engine." homepage = "https://github.com/CodeF0x/raptr/wiki" readme = "README.md" keywords = ["blog", "website-generator", "markdown", "cli"] categories = ["command-line-utilities", "web-programming"] license = "MIT" repository = "https://github.com/CodeF0x/raptr" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.comrak] version = "0.9.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.serde] version = "1.0.117" [dependencies.serde_derive] version = "1.0.117" [dependencies.tera] version = "1.6.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.7" [dependencies.warp] version = "0.3"