# 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 = "tealr_doc_gen" version = "0.3.0" authors = ["Lenscas "] description = "A cli tool to create online documentation for apis made with tealr" readme = "README.md" keywords = [ "tealr", "teal", "lua", "online-docs", "documentation", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.54" [dependencies.clap] version = "3.0.14" [dependencies.minify-html] version = "0.10.7" [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.tealr] version = "0.9.1" features = [ "mlua", "mlua_lua54", "mlua_vendored", ] [dependencies.v_htmlescape] version = "0.14.1" [dependencies.zip] version = "0.6.6" features = ["deflate"] default-features = false