[package] name = "stream_histogram" version = "0.1.1" authors = ["mike zhang "] edition = "2018" readme = "README.md" repository = "https://github.com/zhangmingkai4315/histogram" keywords = ["histogram","quantile","cumulative","distribution","variance"] description = "a rust library for efficient histogram approximations" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] linked-list = "0.0.3" rand = "0.5"