llua 0.1.3

Low level bindings to Lua5.4
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"
name = "llua"
version = "0.1.3"
authors = ["metaworm <metaworm@outlook.com>"]
description = "Low level bindings to Lua5.4"
homepage = "https://crates.io/crates/llua"
documentation = "https://docs.rs/llua"
readme = "README.md"
keywords = [
    "lua",
    "scripting",
    "nostd",
]
categories = [
    "api-bindings",
    "no-std",
]
license = "MIT"
repository = "https://github.com/udbg/llua"

[dependencies.bitflags]
version = "1.3"
optional = true

[dependencies.cstrptr]
version = "0.1.2"
features = ["alloc"]
default-features = false

[dependencies.cty]
version = "0.2"

[dependencies.defer-lite]
version = "1"

[dependencies.derive_more]
version = "0.99"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"
default-features = false

[dependencies.parking_lot]
version = "0.12"
optional = true

[dependencies.regex]
version = "1.5"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "rc",
    "derive",
]
default-features = false

[dependencies.serde-transcode]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dev-dependencies.tokio]
version = "1.4"
features = [
    "net",
    "time",
    "macros",
    "rt",
]

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

[features]
default = ["std"]
std = ["bitflags"]
thread = [
    "std",
    "parking_lot",
]
vendored = []