lua-eris-sys 0.1.0

Low-level bindings to Lua 5.3.5 + Eris (persistence library). Bundles fnuecke/eris which adds eris_persist/eris_unpersist for full-state serialization including suspended coroutines.
# 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 = "lua-eris-sys"
version = "0.1.0"
build = "build.rs"
links = "lua-eris"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings to Lua 5.3.5 + Eris (persistence library). Bundles fnuecke/eris which adds eris_persist/eris_unpersist for full-state serialization including suspended coroutines."
readme = "README.md"
keywords = [
    "lua",
    "eris",
    "persistence",
    "coroutine",
    "bindings",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/SirHall/lua-eris-sys"

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

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

[dev-dependencies]

[build-dependencies.cc]
version = "1.0"