# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tdigest-rs" version = "0.2.5" authors = [ "Paul Meng ", "Alex George ", ] exclude = [ "/benches/**", "/.travis.yml", ] description = "T-Digest algorithm in Rust" readme = "README.md" keywords = [ "tdigest", "percentile", "statistics", ] license = "Apache-2.0" repository = "https://github.com/zeus-fyi/t-digest" [dependencies.ordered-float] version = "2.0" [dependencies.serde] version = "1.0" optional = true default-features = false package = "serde" [features] use_serde = [ "serde", "serde/derive", "ordered-float/serde", ] [badges.codecov] repository = "zeus-fyi/t-digest" [badges.travis-ci] repository = "zeus-fyi/t-digest"