summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2021-05-05Add chunk! macro supportAlex Orlenko
2021-05-04v0.6.0-beta.1Alex Orlenko
2021-05-04Update dependenciesAlex Orlenko
2021-04-27Replace lazy_static with once_cellAlex Orlenko
2021-04-27More testsAlex Orlenko
2021-04-20v0.5.4Alex Orlenko
2021-03-04v0.5.3Alex Orlenko
2021-02-27v0.5.2Alex Orlenko
2021-02-27Update README and keywordsAlex Orlenko
2021-02-21Update benchmarks:Alex Orlenko
- Refactor - Add async benchmarks
2021-01-20v0.5.1Alex Orlenko
2021-01-20Update tokio to 1.0 for async examplesAlex Orlenko
2021-01-16Update CIAlex Orlenko
2020-12-31v0.5.0Alex Orlenko
2020-12-31Update documentationAlex Orlenko
2020-12-29Re-export mlua_deriveAlex Orlenko
2020-12-29Add serialization example & update othersAlex Orlenko
2020-12-28Add `reqwest` http client example to fetch jsonAlex Orlenko
2020-12-14Wider lua-src and luajit-src versionsAlex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-11-04Update num-traits dependencyAlex Orlenko
Fix f32-to-f64 conversion tests
2020-08-17v0.4.2Alex Orlenko
2020-07-27Update `lua-src` dependency to 5.4.0Alex Orlenko
2020-06-080.4.1 releaseAlex Orlenko
Fix docs.rs build features Update Cargo.toml description
2020-06-080.4.0 releaseAlex Orlenko
2020-06-08Update dependenciesAlex Orlenko
2020-06-07New `module` featureAlex Orlenko
Don't link module with Lua core (see: http://lua-users.org/wiki/BuildingModules) Example and tests for modules
2020-06-06Remove default feature `lua53`Alex Orlenko
2020-06-06Update docsAlex Orlenko
2020-06-06Bump version to 0.4.0-beta.1Alex Orlenko
2020-05-15Add async http server exampleAlex Orlenko
2020-05-11Lua 5.4 FFIAlex Orlenko
2020-05-11Scope support (including async)Alex Orlenko
2020-05-11Hide Lua "Send" capability under the optional "send" feature flagAlex Orlenko
2020-04-290.3.2 releaseAlex Orlenko
2020-04-28Fix bugs with metatable cache:Alex Orlenko
- Don't use thread_local as Lua can be created in one thread and executed in another (in module mode); - Make per state storage without luaL_ref;
2020-04-200.3.1 releaseAlex Orlenko
2020-04-18Add family of `call_async` functionAlex Orlenko
Update documentation Move async tests to a separate file
2020-04-170.3.0 releaseAlex Orlenko
2020-04-17Update Cargo.tomlAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
Squashed commit of the async branch.
2020-02-090.2.2 releaseAlex Orlenko
2020-01-27Combine lua-vendored and luajit-vendored features into "vendored"Alex Orlenko
2020-01-25Move from circele-ci to github actionsAlex Orlenko
2020-01-25Support vendored versions of Lua and LuaJITAlex Orlenko
2020-01-06Fix CI badge linkAlex Orlenko
2019-12-260.2.1 releaseAlex Orlenko
2019-11-300.2.0 releaseAlex Orlenko
2019-11-30Add Lua 5.2 supportAlex Orlenko
2019-11-04Update README and descriptionAlex Orlenko