# 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 = "indxvec" version = "1.9.5" authors = ["Libor Spacek"] include = [ "src/lib.rs", "src/indices.rs", "src/mutops.rs", "src/printing.rs", "src/search.rs", "src/vecops.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "Vecs sorting, merging, indexing, ranking, searching, reversing, intersecting, printing, etc." homepage = "https://github.com/liborty/indxvec" readme = "README.md" keywords = [ "merge-sort", "hash-sort", "binary-search", "ranking", "printing-vectors", ] categories = [ "algorithms", "data-structures", "mathematics", "rust-patterns", "simulation", ] license = "Apache-2.0" repository = "https://github.com/liborty/indxvec" [lib] [dependencies] [dev-dependencies.ran] version = "2" [dev-dependencies.times] version = "1" [badges.maintenance] status = "actively-developed"