indexing 0.3.2

Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.
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 = "indexing"
version = "0.3.2"
authors = ["bluss"]
description = "Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds."
documentation = "https://docs.rs/indexing"
keywords = ["data-structure", "generativity", "lower-bound", "no_std"]
categories = ["no-std", "rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/indexing"
[package.metadata.release]
no-dev-version = true
[profile.bench]

[lib]
[dev-dependencies.compiletest_rs]
version = "0.3.3"

[dev-dependencies.quickcheck]
version = "0.5.0"
default-features = false

[dev-dependencies.rand]
version = "0.3"

[features]
default = ["use_std"]
use_std = []