test-mumu 0.1.10

Test suite plugin for the Lava language
Documentation
# 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 = "test-mumu"
version = "0.1.10"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test suite plugin for the Lava language"
homepage = "https://lava.nu11.uk"
readme = "README.md"
keywords = [
    "test",
    "plugin",
    "mumu",
    "lava",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tofo/mumu-test"

[features]
default = []
host = [
    "dep:libloading",
    "dep:arboard",
]
web = []

[lib]
name = "mumutest"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.arboard]
version = "3.5.0"
optional = true

[dependencies.fastrand]
version = "2.3"

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libloading]
version = "0.7"
optional = true

[dependencies.mumu]
version = "0.8.1-rc.2"
default-features = false
package = "core-mumu"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mumu]
version = "0.8.1-rc.2"
features = ["host"]
default-features = false
package = "core-mumu"

[target.'cfg(target_arch = "wasm32")'.dependencies.mumu]
version = "0.8.1-rc.2"
features = ["wasm"]
default-features = false
package = "core-mumu"