# 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 = "dsrs" version = "0.6.1" authors = ["Vladimir Feinberg "] description = "Rusty wrapper for Apache DataSketches" homepage = "https://github.com/vlad17/datasketches-rs" readme = "README.md" keywords = ["sketch", "probabilistic"] categories = ["command-line-utilities", "algorithms", "compression"] license = "Apache-2.0" repository = "https://github.com/vlad17/datasketches-rs" [[bench]] name = "speed" harness = false [dependencies.base64] version = "0.13" [dependencies.bstr] version = "0.2" [dependencies.cxx] version = "1.0" [dependencies.memchr] version = "2.3" [dependencies.structopt] version = "0.3" [dependencies.thin-dst] version = "1.1" [dev-dependencies.amadeus-streaming] version = "0.4" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.byte-slice-cast] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hyperloglogplus] version = "0.4" features = ["const-loop"] [dev-dependencies.itertools] version = "0.10" [dev-dependencies.ordered-float] version = "2.5" [dev-dependencies.probabilistic-collections] version = "0.7" [dev-dependencies.probably] version = "0.3" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand] version = "0.8.4" [build-dependencies.cxx-build] version = "1.0"