# 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 = "mkwebsite" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to build websites using markdown." homepage = "https://funn.is-a.dev/mw" readme = "README.md" license = "BSD-2-Clause-Patent" repository = "https://github.com/funnsam/mw" [[bin]] name = "mkwebsite" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.emojicons-2021] version = "2.0.0" [dependencies.html-escape] version = "0.2.13" [dependencies.katex] version = "0.4.6" [dependencies.markdown] version = "1.0.0-alpha" [dependencies.mlua] version = "0.9.7" features = ["lua54"] [dependencies.notify] version = "7.0.0" optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.12" features = ["parse"] [features] default = ["watch"] watch = ["dep:notify"]