[package]
edition = "2024"
name = "wasefire-slice-cell"
version = "0.1.1"
authors = ["Julien Cretin <cretin@google.com>"]
build = false
include = [
"/LICENSE",
"/src/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Slice with dynamic borrow checking"
readme = false
keywords = [
"borrow",
"cell",
"lifetime",
"no-std",
"slice",
]
categories = [
"data-structures",
"memory-management",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/google/wasefire"
[features]
_internal = []
[lib]
name = "wasefire_slice_cell"
path = "src/lib.rs"
[lints.clippy]
mod-module-files = "warn"
uninlined_format_args = "allow"
unit-arg = "allow"
[lints.rust]
unreachable-pub = "warn"
unused-crate-dependencies = "warn"