# 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 = "blog-rs" version = "0.7.0" authors = ["Michael Jaquier "] description = "Bare-bones static site generator for blogs" keywords = [ "blogging", "markdown", "html", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0 OR CC0-1.0" repository = "https://apple-bear.com/gitea/blog" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.derive_builder] version = "0.20.0" [dependencies.include_dir] version = "0.7.3" [dependencies.markdown] version = "1.0.0-alpha.16" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.197" features = [ "serde_derive", "derive", ] [dependencies.thiserror] version = "1.0.57" [dependencies.toml] version = "0.8.10" [dependencies.tracing] version = "0.1.40" [lints.clippy] correctness = "deny" missing_errors_doc = "allow" must_use_candidate = "allow" no_effect_underscore_binding = "allow" unused_async = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1