mlua-lspec 0.1.0

BDD test framework for Lua on mlua — lust-based describe/it/expect with spy/stub/mock
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"
rust-version = "1.77"
name = "mlua-lspec"
version = "0.1.0"
authors = ["Yutaka Nishimura"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BDD test framework for Lua on mlua — lust-based describe/it/expect with spy/stub/mock"
readme = "README.md"
keywords = [
    "lua",
    "testing",
    "bdd",
    "mlua",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/mlua-lspec"

[lib]
name = "mlua_lspec"
path = "src/lib.rs"

[[example]]
name = "basic_bdd"
path = "examples/basic_bdd.rs"

[[example]]
name = "component_testing"
path = "examples/component_testing.rs"

[[example]]
name = "test_doubles_usage"
path = "examples/test_doubles_usage.rs"

[[example]]
name = "test_lua_module"
path = "examples/test_lua_module.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.mlua]
version = "0.11"
features = [
    "lua54",
    "vendored",
    "send",
]