rune-alloc 0.14.2

The Rune Language, an embeddable dynamic programming language for Rust.
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"
rust-version = "1.88"
name = "rune-alloc"
version = "0.14.2"
authors = ["John-John Tedro <udoprog@tedro.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Rune Language, an embeddable dynamic programming language for Rust."
homepage = "https://github.com/rune-rs/rune"
documentation = "https://docs.rs/rune"
readme = "README.md"
keywords = [
    "language",
    "scripting",
    "scripting-language",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rune-rs/rune"

[features]
alloc = []
default = [
    "std",
    "serde",
]
inline-more = []
raw = []
std = [
    "alloc",
    "ahash/std",
    "serde?/std",
]

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

[dependencies.ahash]
version = "0.8.8"
default-features = false

[dependencies.pin-project]
version = "1.1.0"

[dependencies.rune-alloc-macros]
version = "=0.14.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.rand]
version = "0.8.5"
features = ["small_rng"]

[dev-dependencies.tokio]
version = "1.28.1"
features = [
    "rt",
    "macros",
]
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(rune_nightly)"]