# 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 = "sets" version = "1.2.1" authors = ["Libor Spacek"] include = [ "src/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "Generic vectors as sets. Efficiently sorting, merging, ranking, searching, reversing, intersecting, etc." homepage = "https://github.com/liborty/sets" readme = "README.md" keywords = [ "set-operations", "hash-sort", "merge-sort", "binary-search", "ranking", ] categories = [ "algorithms", "rust-patterns", "simulation", "data-structures", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/liborty/sets" [lib] [dependencies.indxvec] version = "1.8" [badges.maintenance] status = "actively-developed"