# 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_runtime" version = "0.4.0" authors = ["The Mun Team "] description = "A runtime for hot reloading and invoking Mun from Rust" homepage = "https://mun-lang.org" documentation = "https://docs.mun-lang.org/v0.4" readme = "README.md" keywords = [ "game", "hot-reloading", "language", "mun", "scripting", ] categories = [ "game-development", "mun", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mun-lang/mun" [[bench]] name = "benchmarks" harness = false [dependencies.anyhow] version = "1.0" default-features = false [dependencies.itertools] version = "0.10.3" features = ["use_alloc"] default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.mun_abi] version = "0.4.0" [dependencies.mun_capi_utils] version = "0.4.0" [dependencies.mun_libloader] version = "0.4.0" [dependencies.mun_memory] version = "0.4.0" [dependencies.mun_project] version = "0.4.0" [dependencies.notify] version = "5.0.0" [dependencies.once_cell] version = "1.4.0" default-features = false [dependencies.parking_lot] version = "0.12.0" default-features = false [dependencies.rustc-hash] version = "1.1" default-features = false [dependencies.seq-macro] version = "0.3.0" default-features = false [dev-dependencies.criterion] version = "0.4" default-features = false [dev-dependencies.mlua] version = "0.8" features = [ "vendored", "luajit", ] default-features = false package = "mlua" [dev-dependencies.tempfile] version = "3" default-features = false [dev-dependencies.termcolor] version = "1.1" default-features = false [dev-dependencies.wasmer] version = "3.0.2" features = ["sys-default"] default-features = false