# 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 = "mlua-luau-scheduler" version = "0.0.2" description = "Luau-based async scheduler, using mlua and async-executor" readme = "README.md" keywords = [ "async", "luau", "scheduler", ] categories = ["async"] license = "MPL-2.0" repository = "https://github.com/lune-org/mlua-luau-scheduler" [lib] path = "lib/lib.rs" [[example]] name = "basic_sleep" test = true [[example]] name = "basic_spawn" test = true [[example]] name = "callbacks" test = true [[example]] name = "exit_code" test = true [[example]] name = "lots_of_threads" test = true [[example]] name = "scheduler_ordering" test = true [[example]] name = "tracy" test = false [dependencies.async-executor] version = "1.8" [dependencies.blocking] version = "1.5" [dependencies.concurrent-queue] version = "2.4" [dependencies.derive_more] version = "0.99" [dependencies.event-listener] version = "4.0" [dependencies.futures-lite] version = "2.2" [dependencies.mlua] version = "0.9.6" features = [ "luau", "luau-jit", "async", "serialize", ] [dependencies.rustc-hash] version = "1.1" [dependencies.tracing] version = "0.1" [dev-dependencies.async-fs] version = "2.1" [dev-dependencies.async-io] version = "2.3" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.tracing-tracy] version = "0.11" [lints.clippy.all] level = "deny" priority = -3 [lints.clippy.cargo] level = "warn" priority = -2 [lints.clippy.pedantic] level = "warn" priority = -1