mlua-rs / mlua

High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
Other
1.75k stars 139 forks source link

futures-util dependency #433

Closed cheesycod closed 3 months ago

cheesycod commented 3 months ago

H, is there a reason why mlua depends on futures-util instead of futures since all of your uses appear to be directly in futures.

Not criticizing at all, just curious

cheesycod commented 3 months ago

Sorry, nevermind, ignore this issue

cheesycod commented 3 months ago

Actually never mind, futures-util itself depends on futures