[package]
edition = "2021"
name = "downstream"
version = "1.20.0"
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"