# 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 = "2018" name = "luaudoc" version = "1.0.9" authors = ["0xJWLabs <@0xjwlabs@gmail.com>"] description = "LuauDoc is a tool for generating documentation from comments in Lua source code." homepage = "https://github.com/0xjwlabs/ldoc#README.md" license = "MPL-2.0" repository = "https://github.com/0xjwlabs/ldoc" [profile.dev] opt-level = 1 [lib] name = "libluaudoc" path = "src/lib.rs" [[bin]] name = "luaudoc-extractor" path = "src/main.rs" [dependencies.anyhow] version = "1.0.28" [dependencies.codespan-reporting] version = "0.9.5" [dependencies.fs-err] version = "2.6.0" [dependencies.full_moon] version = "0.18.1" features = ["stacker"] [dependencies.pathdiff] version = "0.2.0" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.58" [dependencies.structopt] version = "0.3.18" [dependencies.walkdir] version = "2" [dev-dependencies.insta] version = "1.1.0" features = ["yaml"] [features] default = ["roblox"] roblox = ["full_moon/roblox"]