# 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] edition = "2018" name = "indexing" version = "0.4.1" 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] [dependencies.compiletest_rs] version = "0.3.17" optional = true [dev-dependencies.quickcheck] version = "0.9" default-features = false [dev-dependencies.rand] version = "0.7" [features] default = ["use_std"] experimental_pointer_ranges = [] test_compiletest = ["compiletest_rs"] use_std = []