# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "streamhist" version = "0.0.1-alpha.3" authors = ["Nikolay Novik "] exclude = [".github", ".gitignore"] description = "Implementation of streaming histogram" homepage = "https://github.com/jettify/streamhist" readme = "README.md" keywords = ["collections", "data-structures", "probabilistic"] categories = ["algorithms", "data-structures"] license = "Apache-2.0" repository = "https://github.com/jettify/streamhist.git" [profile.bench] debug = true [profile.release] debug = true [dependencies.serde_crate] version = "1.0.103" features = ["std", "derive"] optional = true default-features = false package = "serde" [dev-dependencies.approx] version = "0.4.0" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.rand_distr] version = "0.4.0" [dev-dependencies.rand_isaac] version = "0.3.0" [dev-dependencies.serde_json] version = "1.0.59" [features] default = [] serde = ["serde_crate"]