# 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 = "rhai-autodocs" version = "0.7.0" authors = ["Lucas Tabis"] include = [ "/src/**/*", "/Cargo.toml", "/README.md", "LICENSE*", ] description = "Custom documentation generator for the Rhai scripting language" homepage = "https://github.com/ltabis/rhai-autodocs" readme = "README.md" keywords = [ "scripting", "scripting-engine", "scripting-language", "documentation", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/ltabis/rhai-autodocs" [[example]] name = "basic" path = "examples/basic/main.rs" [dependencies.handlebars] version = "5.1.0" [dependencies.rhai] version = "1.19" features = ["metadata"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] default = [] no_float = ["rhai/no_float"] no_index = ["rhai/no_index"] no_object = ["rhai/no_object"] no_time = ["rhai/no_time"] [lints.clippy] all = "warn" nursery = "warn" pedantic = "warn" [lints.rust] rust_2018_idioms = "warn"