23 lines
622 B
TOML
23 lines
622 B
TOML
[package]
|
|
|
|
name = "slab"
|
|
# When releasing to crates.io:
|
|
# - Update version number
|
|
# - lib.rs: html_root_url.
|
|
# - README.md
|
|
# - Update CHANGELOG.md
|
|
# - Update doc URL.
|
|
# - Cargo.toml
|
|
# - README.md
|
|
# - Create git tag
|
|
version = "0.4.2"
|
|
license = "MIT"
|
|
authors = ["Carl Lerche <me@carllerche.com>"]
|
|
description = "Pre-allocated storage for a uniform data type"
|
|
documentation = "https://docs.rs/slab/0.4.2/slab/"
|
|
homepage = "https://github.com/carllerche/slab"
|
|
repository = "https://github.com/carllerche/slab"
|
|
readme = "README.md"
|
|
keywords = ["slab", "allocator"]
|
|
categories = ["memory-management", "data-structures"]
|