# 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 = "multindex" version = "0.1.3" authors = ["rodrimati1992 "] include = ["Cargo.toml", "src/**/*.rs", "./README.md", "./LICENSE-ZLIB.md"] description = "Index slices with multiple const indices/ranges." documentation = "https://docs.rs/multindex/" readme = "./README.md" keywords = ["no-std", "rust-patterns", "indexing"] categories = ["no-std", "rust-patterns"] license = "Zlib" repository = "https://github.com/rodrimati1992/multindex/" [dependencies] [dev-dependencies.fastrand] version = "1.3" [features] testing = [] [badges.travis-ci] repository = "rodrimati1992/multindex/"