# 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 = "shrimple" version = "0.3.0" authors = ["Tim Kurdov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal CLI for static website generation, supercharged with Lua" readme = "README.md" keywords = ["template-engine"] categories = [ "template-engine", "compilers", "command-line-interface", "web-programming", ] license = "MIT" repository = "https://github.com/schvv31n/shrimple" [[bin]] name = "shrimple" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.mlua] version = "0.9" features = ["lua54"] [dependencies.notify] version = "6.1.1" [dependencies.shrimple-localhost] version = "5" [dependencies.shrimple-parser] version = "0.0.2" [dependencies.ureq] version = "2.9.6" [lints.clippy] cast_lossless = "allow" deref_by_slicing = "warn" ignored_unit_patterns = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" option_if_let_else = "allow" undocumented_unsafe_blocks = "warn" unit_arg = "allow" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1