[dependencies.bit-vec]
version = "0.4.3"
[dependencies.bytecount]
optional = true
version = "0.6"
[dependencies.byteorder]
version = "1.3.4"
[dependencies.farmhash]
optional = true
version = "1.1.5"
[dependencies.fnv]
version = "1.0.7"
[dependencies.rand]
optional = true
version = "0.7"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_bytes]
optional = true
version = "0.11.5"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.siphasher]
optional = true
version = "0.3"
[dev-dependencies.quickcheck]
version = "0.5"
[features]
default = ["std"]
std = ["bytecount", "rand", "siphasher"]
with_serde = ["serde/std", "serde_json", "serde_bytes"]
[lib]
name = "probably"
[package]
authors = ["Adam Shirey <adam@shirey.ch>"]
categories = ["algorithms", "data-structures", "mathematics", "science"]
description = "A library with various approximate computing algorithms"
edition = "2018"
homepage = "https://github.com/aeshirey/probably/"
keywords = ["approximate", "frequency", "quantile", "membership"]
license-file = "LICENSE"
name = "probably"
readme = "README.md"
repository = "https://github.com/aeshirey/probably/"
version = "0.2.0"