# 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 = "site" version = "0.9.0" authors = ["Hayato Ito "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, fast, opinioned static site generator" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hayatoito/site" [lib] name = "site" path = "src/lib.rs" [[bin]] name = "site" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.22" [dependencies.minijinja] version = "2.3.1" features = ["loader"] [dependencies.pulldown-cmark] version = "0.12.2" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.toml] version = "0.8.19" [dependencies.unicode-width] version = "0.2.0" [dependencies.walkdir] version = "2.5.0"