# 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 = "itsy-gitsy" version = "0.5.0" authors = ["Trevor Bentley "] description = "Static site generator for git repositories" homepage = "https://github.com/mrmekon/itsy-gitsy" readme = "README.md" keywords = [ "git", "website", "frontend", "development", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://github.com/mrmekon/itsy-gitsy" [dependencies.chrono] version = "0.4.23" features = ["clock"] [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.git2] version = "0.15.0" [dependencies.open] version = "3.2.0" [dependencies.pulldown-cmark] version = "0.9.2" optional = true [dependencies.rayon] version = "1.6.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.syntect] version = "5.0.0" optional = true default-features = false [dependencies.tera] version = "1.17.1" [dependencies.toml] version = "0.5.10" [features] default = [ "markdown", "highlight", ] highlight = ["syntect/default-fancy"] highlight_fast = ["syntect/default-onig"] markdown = ["dep:pulldown-cmark"]