# 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] name = "ferru" version = "0.4.0" authors = ["Nikita Pekin "] description = "A lightweight, blazing fast static site generator" homepage = "https://github.com/indiv0/ferru" documentation = "https://docs.rs/ferru" license = "BSD-3-Clause" repository = "https://github.com/indiv0/ferru" [dependencies.clap] version = "2.14.0" features = ["color", "suggestions", "yaml"] [dependencies.clippy] version = "0.0" optional = true [dependencies.env_logger] version = "0.3.5" [dependencies.log] version = "0.3.6" [dependencies.mustache] version = "0.7.0" [dependencies.serde_yaml] version = "0.7.3" [features] nightly = [] nightly-testing = ["clippy", "nightly"]