# 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 = "zb" version = "0.1.2" authors = ["Cthulhux "] description = "a zip blog" readme = "README.md" keywords = [ "blogging", "zip", ] categories = ["command-line-utilities"] license = "CDDL-1.1" repository = "https://code.rosaelefanten.org/zb" [profile.release] lto = true [dependencies.actix-web] version = "4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.comrak] version = "0.24" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0" [dependencies.orgize] version = "0.9" [dependencies.zip] version = "2.1" features = [ "deflate", "zstd", ] default-features = false