# 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 = "rhai-doc" version = "0.2.4" authors = [ "semirix", "schungx", ] exclude = ["/examples"] description = "Documentation tool for Rhai - an embedded scripting language and engine for Rust" homepage = "https://github.com/rhaiscript/rhai-doc" readme = "README.md" keywords = [ "Rhai", "scripting", "scripting-language", "documentation", "site-generator", ] categories = [ "command-line-utilities", "development-tools", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rhaiscript/rhai-doc" resolver = "2" [dependencies.clap] version = "4" features = ["derive"] [dependencies.glob] version = "0.3" [dependencies.handlebars] version = "4" [dependencies.pulldown-cmark] version = "0.9" features = ["simd"] [dependencies.rhai] version = "1" features = ["metadata"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5"