# 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 = "html_gen" version = "0.5.1" authors = ["David Castilla Ortiz "] description = "CLI tool to create static web pages using components" readme = "README.md" keywords = ["web_development", "components", "static_page"] categories = ["web-programming", "template-engine"] license = "GPL-3.0" repository = "https://github.com/dcxo/html_gen" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.colored] version = "2.0.0" [dependencies.filepath] version = "0.1.1" [dependencies.html_parser] version = "0.4.2" [dependencies.json] version = "0.12.4" [dependencies.rsass] version = "0.13.0"