# 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 = "zine" version = "0.16.0" authors = ["Folyd"] exclude = [ "tailwind.config.js", "tailwindcss.html", "zine-entry.css", ] description = "A simple and opinionated tool to build your own magazine." homepage = "https://github.com/zineland/zine" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/zineland/zine" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.68" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.fluent] version = "0.16" [dependencies.genkit] version = "0.3.1" [dependencies.http] version = "0.2" [dependencies.include_dir] version = "0.7" [dependencies.intl-memoizer] version = "0.5" [dependencies.lol_html] version = "1.0" [dependencies.minijinja] version = "1" features = ["loader"] [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.promptly] version = "0.3" [dependencies.rayon] version = "1.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = ["serde"] [dependencies.tokio] version = "1.26" features = [ "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.7" [dependencies.walkdir] version = "2" [dev-dependencies.anyhow] version = "1.0" features = ["backtrace"] [dev-dependencies.parking_lot] version = "0.12" features = ["deadlock_detection"] [dev-dependencies.test-case] version = "2" [features] openssl-vendored = ["genkit/openssl-vendored"]