# 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 = "roxy_cli" version = "0.1.1" authors = ["Rowan "] description = "A command-line static site generator" homepage = "https://roxy-docs.netlify.app" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://fem.mint.lgbt/kitsunecafe/roxy-cli" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.17" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.roxy_core] version = "0.1.1" [dependencies.roxy_markdown_parser] version = "0.1.0" [dependencies.roxy_markdown_tera_rewriter] version = "0.1.0" [dependencies.roxy_syntect] version = "0.1.0" [dependencies.roxy_tera_parser] version = "0.1.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.slugify] version = "0.1.0" [dependencies.syntect] version = "5.1.0" [dependencies.tera] version = "1.19.1" [dependencies.toml] version = "0.8.8"