[package]
edition = "2024"
name = "shape-gc"
version = "0.1.2"
authors = ["Daniel Amesberger"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Garbage collection infrastructure for the Shape runtime"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/shape-lang/shape"
resolver = "2"
[features]
default = []
gc-stress = []
hardware-masking = []
[lib]
name = "shape_gc"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"