# 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 = "terminal-velocity" version = "1.0.1" authors = ["TJK "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A blazingly fast static site generator for dorks" homepage = "https://github.com/systemsoverload/terminal-velocity" documentation = "https://docs.rs/html-compare-rs" readme = "README.md" keywords = [ "static-site", "blog", "markdown", "terminal", "retro", ] categories = [ "command-line-utilities", "web-programming", ] license = "MIT" repository = "https://github.com/systemsoverload/terminal-velocity" [lib] name = "terminal_velocity" path = "src/lib.rs" [[bin]] name = "termv" path = "src/main.rs" [dependencies.actix-files] version = "0.6.6" [dependencies.actix-web] version = "4.9.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.console] version = "0.15" [dependencies.git2] version = "0.19.0" [dependencies.indicatif] version = "0.17" [dependencies.notify] version = "7.0.0" [dependencies.pulldown-cmark] version = "0.12.2" [dependencies.reqwest] version = "0.12.9" features = [ "json", "default-tls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shell-words] version = "1.1.0" [dependencies.syntect] version = "5.2.0" [dependencies.tera] version = "1.19" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.walkdir] version = "2.3" [dependencies.yaml-front-matter] version = "0.1" [dev-dependencies.tempfile] version = "3.14.0" [build-dependencies.walkdir] version = "2"