weakauras-codec-lua-value 0.1.2

Provides types that behave similarly to Lua types.
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 = "2024"
rust-version = "1.87"
name = "weakauras-codec-lua-value"
version = "0.1.2"
authors = ["Velithris"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides types that behave similarly to Lua types."
documentation = "https://docs.rs/weakauras-codec-lua-value"
readme = "README.md"
keywords = [
    "world-of-warcraft",
    "weakauras",
]
license = "MIT"
repository = "https://codeberg.org/Velithris/weakauras-codec-rs"

[package.metadata.docs.rs]
features = [
    "arbitrary",
    "serde",
]

[features]
arbitrary = [
    "dep:arbitrary",
    "indexmap?/arbitrary",
]
default = []
fnv = ["dep:fnv"]
indexmap = ["dep:indexmap"]
serde = [
    "dep:serde_core",
    "dep:serde",
]

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

[dependencies.arbitrary]
version = "1.4.2"
features = ["derive"]
optional = true

[dependencies.fnv]
version = "1.0.7"
optional = true

[dependencies.indexmap]
version = "2.14.0"
optional = true

[dependencies.serde_core]
version = "1.0.228"
optional = true

[target."cfg(any())".dependencies.serde]
version = "1.0.220"
optional = true
default-features = false