# 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 = "sitdown" version = "0.2.1" authors = ["Ben Pawlowski ben@pepski.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Static site generator" readme = "README.md" license = "MIT" repository = "https://github.com/BenPski/sitdown" [lib] name = "sitdown" path = "src/lib.rs" [[bin]] name = "sitdown" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.axum] version = "0.7.5" [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.figment] version = "0.10.19" features = [ "env", "toml", ] [dependencies.log] version = "0.4.22" [dependencies.minijinja] version = "2.1.0" features = ["loader"] [dependencies.notify] version = "6.1.1" [dependencies.notify-debouncer-full] version = "0.3.1" [dependencies.pulldown-cmark] version = "0.11.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_yml] version = "0.0.11" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.38.1" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["util"] [dependencies.tower-http] version = "0.5.2" features = [ "fs", "trace", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]