# 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 = "mun_skeptic" version = "0.4.0" authors = ["The Mun Team "] description = "Provides the ability to test Mun code snippets in an mdbook" homepage = "https://mun-lang.org" documentation = "https://docs.mun-lang.org/v0.4" readme = "README.md" keywords = [ "game", "hot-reloading", "language", "mun", "mdbook", ] categories = [ "game-development", "mun", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mun-lang/mun" [dependencies.bytecount] version = "0.6.2" default-features = false [dependencies.itertools] version = "0.10.0" default-features = false [dependencies.mdbook] version = "0.4.7" default-features = false [dependencies.mun_compiler] version = "0.4.0" [dependencies.mun_runtime] version = "0.4.0" [dependencies.pulldown-cmark] version = "0.9.1" default-features = false [dependencies.tempdir] version = "0.3.7" default-features = false