# 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 = "iter-set-ops" version = "0.2.3" authors = ["Igor Martayan "] build = false exclude = [ ".github/**", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Fast set operations on an arbitrary number of sorted deduplicated iterators" homepage = "https://crates.io/crates/iter-set-ops" documentation = "https://docs.rs/iter-set-ops" readme = "README.md" keywords = [ "set", "operators", "iterator", "sort", "dedup", ] license = "MIT" repository = "https://github.com/imartayan/iter-set-ops" [lib] name = "iter_set_ops" path = "src/lib.rs" [dependencies.binary-heap-plus] version = "0.5" [dependencies.compare] version = "0.1" [dev-dependencies.rand] version = "0.8"