# 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" version = "0.2.3" authors = ["Paul Meng "] 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/MnO2/t-digest" resolver = "2" [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 = "MnO2/t-digest" [badges.travis-ci] repository = "MnO2/t-digest"