# 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 = "medians" version = "3.0.12" authors = ["Libor Spacek"] include = [ "src/lib.rs", "src/implementations.rs", "src/algos.rs", "src/error.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "Median, Statistical Measures, Mathematics, Statistics" homepage = "https://github.com/liborty/medians" readme = "README.md" keywords = [ "statistics", "median", ] categories = [ "science", "mathematics", "algorithms", ] license = "BSD-3-Clause" repository = "https://github.com/liborty/medians" [lib] [dependencies.indxvec] version = "^1.9.4" [dev-dependencies.ran] version = "2" [dev-dependencies.times] version = "1" [badges.maintenance] status = "actively-developed" [lints.rust] missing_docs = "warn" unsafe_code = "forbid"