# 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 = "heiwa" version = "0.1.15" description = "A minimalist flat file CMS" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://codeberg.org/haruka/heiwa" [profile.dist] lto = "thin" inherits = "release" [dependencies.axum] version = "0.6.7" features = [ "headers", "http2", ] [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.gray_matter] version = "0.2.6" [dependencies.hyper] version = "0.14.27" [dependencies.mime_guess] version = "2.0.4" [dependencies.pulldown-cmark] version = "0.9.3" features = ["simd"] default-features = false [dependencies.rss] version = "2.0.6" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.tera] version = "1.19.0" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tokio-util] version = "0.7.8" [dependencies.toml] version = "0.7.6" [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.4.0" features = [ "full", "cors", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.words-count] version = "0.1.5" [dependencies.zip] version = "0.6.6" [dependencies.zip-extensions] version = "0.6.1" [dev-dependencies.pretty_assertions] version = "1.3.0"