arborium-sysroot 2.12.0

WASM sysroot for arborium grammar crates
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"
name = "arborium-sysroot"
version = "2.12.0"
build = "build.rs"
links = "arborium_sysroot"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM sysroot for arborium grammar crates"
readme = "README.md"
keywords = [
    "tree-sitter",
    "wasm",
    "sysroot",
]
categories = [
    "parsing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bearcove/arborium"

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

[dependencies.dlmalloc]
version = "0.2"

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