# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.59" name = "static-slicing" version = "0.2.0" authors = ["Kai Kaufman "] description = "Utilities for enhanced slicing and indexing" readme = "README.md" keywords = [ "slice", "index", ] categories = ["no-std"] license = "BSD-3-Clause" repository = "https://github.com/ktkaufman03/static-slicing" [[bench]] name = "static_index_benchmark" harness = false [[bench]] name = "static_range_index_benchmark" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] default = ["std"] std = []