# 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 = "cheetah" version = "0.2.3" authors = ["Aleks Rūtiņš "] description = "An extremely fast and flexible static site generator." homepage = "https://cheetah.farthergate.com" documentation = "https://cheetah.farthergate.com" readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/aleksrutins/cheetah" [dependencies.clap] version = "3.2.11" [dependencies.config] version = "0.13.4" [dependencies.cuid] version = "1.2.0" [dependencies.futures] version = "0.3.25" [dependencies.html5ever] version = "^0.25" [dependencies.indicatif] version = "0.17.7" [dependencies.kuchiki] version = "0.8.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "5.0.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.rayon] version = "1.5.3" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.193" [dependencies.tokio] version = "1.24.2" features = ["full"] [dependencies.warp] version = "0.3.3"