downstream 1.16.1

downstream provides efficient, constant-space implementations of stream curation algorithms
Documentation
# 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 = "downstream"
version = "1.16.1"
authors = [
    "Matthew Andres Moreno",
    "Connor Yang",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "downstream provides efficient, constant-space implementations of stream curation algorithms"
homepage = "https://mmore500.github.io/downstream/"
readme = "README.md"
categories = [
    "data-structures",
    "algorithms",
    "memory-management",
    "science",
]
license = "MIT"
repository = "https://github.com/mmore500/downstream"

[lib]
name = "downstream"
path = "src/lib.rs"

[[bin]]
name = "downstream"
path = "src/main.rs"

[dependencies.num-traits]
version = "0.2"