# 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 = "times" version = "1.0.15" authors = ["Libor Spacek"] include = [ "src/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "Timing Benchmark, Repeated Runs, with Statistics" homepage = "https://github.com/liborty/times" readme = "README.md" keywords = [ "statistics", "median", ] categories = [ "development-tools", "development-tools::profiling", "rust-patterns", "algorithms", "science", ] license = "BSD-3-Clause" repository = "https://github.com/liborty/times" [lib] [dependencies.indxvec] version = "1.8" [dependencies.medians] version = "3.0" [dependencies.ran] version = "2.0" [badges.maintenance] status = "actively-developed"