# 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" name = "andex" version = "0.0.18" authors = ["Leandro Lisboa Penz "] description = "Safe, strongly typed array indexes and wrappers for rust with zero dependencies" homepage = "https://github.com/lpenz/andex" readme = "README.md" keywords = [ "wrapper", "indexing", "arrays", "index", "indexed", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/lpenz/andex" [dev-dependencies.anyhow] version = "1.0.86"