index-pool 1.0.11

A pool which manages allocation of unique indices. Acts like a psuedo-memory allocator.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "index-pool"
version = "1.0.11"
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = "A pool which manages allocation of unique indices. Acts like a psuedo-memory allocator.\n"
documentation = "https://docs.rs/index-pool"
readme = "README.md"
keywords = ["index", "pool", "indices", "datastructures"]
categories = ["data-structures", "memory-management"]
license = "MIT"
repository = "https://github.com/Connicpu/index-pool"
[dependencies.free-ranges]
version = "1.0.6"
[badges.appveyor]
branch = "master"
repository = "Connicpu/index-pool"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "Connicpu/index-pool"