# 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 = "collate" version = "0.4.2" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits and a data structure to support collation and bisection" readme = "README.md" keywords = [ "collation", "bisect", ] categories = [ "algorithms", "rust-patterns", ] license = "Apache-2.0" repository = "http://github.com/haydnv/collate" [lib] name = "collate" path = "src/lib.rs" [dependencies.futures] version = "0.3" optional = true [dependencies.pin-project] version = "1.0" optional = true [dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt", ] [features] stream = [ "futures", "pin-project", ]