# 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" rust-version = "1.75.0" name = "tdigests" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An efficient Rust implementation of the t-digest algorithm." readme = "README.md" keywords = [ "tdigest", "t-digest", "quantile", "percentile", "approximate", ] license = "MIT" repository = "https://github.com/andylokandy/tdigests" [lib] name = "tdigests" path = "src/lib.rs" [[example]] name = "accuracy" path = "examples/accuracy.rs" [[example]] name = "simple" path = "examples/simple.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dev-dependencies.divan] version = "0.1" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rand] version = "0.8"