csskit_arena 0.0.31

A contiguous bump allocator for zero-copy memory transfer across bindings.
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 = "csskit_arena"
version = "0.0.31"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A contiguous bump allocator for zero-copy memory transfer across bindings."
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
collections = []
default = []
serde = [
    "dep:serde",
    "collections",
]

[lib]
name = "csskit_arena"
path = "src/lib.rs"
bench = false

[dependencies.allocator-api2]
version = "0.4.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[target.'cfg(all(unix, target_pointer_width = "64"))'.dependencies.libc]
version = "0.2.186"

[target.'cfg(all(windows, target_pointer_width = "64"))'.dependencies.windows-sys]
version = "0.61.0"
features = ["Win32_System_Memory"]

[lints.rust.warnings]
level = "deny"
priority = -1