# 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 = "tempura" version = "0.5.2" authors = ["yuma140902"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pipeline-based Static site generator" readme = "README.md" keywords = [ "ssg", "templating", "web", "markdown", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yuma140902/tempura" [lib] name = "tempura" path = "src/lib.rs" [[bin]] name = "tempura" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = [ "derive", "help", ] [dependencies.handlebars] version = "4.5.0" [dependencies.matter] version = "0.1.0-alpha4" [dependencies.once_cell] version = "1.19.0" [dependencies.path-absolutize] version = "3.1.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.pulldown-cmark] version = "0.9.6" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.serde_json_path] version = "0.6.7" [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.5.0"