# 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 = "2018" name = "safe_index" version = "0.10.0" authors = ["Adrien Champion "] description = "Type-safe indexes." homepage = "https://github.com/AdrienChampion/safe_index" documentation = "https://docs.rs/safe_index" readme = "README.md" keywords = [ "type-safety", "indexing", "no-std", "nostd", ] categories = [ "development-tools", "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/AdrienChampion/safe_index" [dependencies] [features] strict = []