# 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 = "nail-blog" version = "0.0.6" description = "A lightning fast static blog engine" homepage = "https://github.com/quintschaf/nail" readme = "README.md" license = "MIT" [[bin]] name = "nail" path = "src/main.rs" test = false bench = false [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.comrak] version = "0.14" [dependencies.crc] version = "3.0" [dependencies.handlebars] version = "4.3" [dependencies.notify] version = "5.0.0" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tiny_http] version = "0.11" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.toml] version = "0.5"