# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "html-site-generator" version = "0.0.1" description = "Build a html file blazingly fast in Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/LetsMelon/html-site-generator" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.26" [dependencies.derive_builder] version = "0.12.0" [dependencies.html-site-generator-macro] version = "0.0.1"