• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2
3name = "slab"
4# When releasing to crates.io:
5# - Update version number
6#   - lib.rs: html_root_url.
7#   - README.md
8# - Update CHANGELOG.md
9# - Update doc URL.
10#   - Cargo.toml
11#   - README.md
12# - Create git tag
13version = "0.4.2"
14license = "MIT"
15authors = ["Carl Lerche <me@carllerche.com>"]
16description = "Pre-allocated storage for a uniform data type"
17documentation = "https://docs.rs/slab/0.4.2/slab/"
18homepage = "https://github.com/carllerche/slab"
19repository = "https://github.com/carllerche/slab"
20readme = "README.md"
21keywords = ["slab", "allocator"]
22categories = ["memory-management", "data-structures"]
23