mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-11 01:25:44 +03:00
a6f61a6bda
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91) Signed-off-by: dependabot[bot] <support@dependabot.com>
36 lines
839 B
TOML
36 lines
839 B
TOML
[package]
|
|
authors = ["David Peter <mail@david-peter.de>"]
|
|
categories = ["command-line-utilities"]
|
|
description = "A command-line benchmarking tool"
|
|
homepage = "https://github.com/sharkdp/hyperfine"
|
|
license = "MIT/Apache-2.0"
|
|
name = "hyperfine"
|
|
readme = "README.md"
|
|
repository = "https://github.com/sharkdp/hyperfine"
|
|
version = "1.5.0"
|
|
|
|
[dependencies]
|
|
colored = "1.7"
|
|
indicatif = "0.11"
|
|
statistical = "1.0"
|
|
atty = "0.2.2"
|
|
cfg-if = "0.1.7"
|
|
csv = "1.0.7"
|
|
serde = "1.0.91"
|
|
serde_derive = "1.0.90"
|
|
serde_json = "1.0.39"
|
|
|
|
[target.'cfg(not(windows))'.dependencies]
|
|
libc = "0.2"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3.7", features = ["processthreadsapi", "minwindef", "winnt"] }
|
|
|
|
[dependencies.clap]
|
|
version = "2"
|
|
default-features = false
|
|
features = ["suggestions", "color", "wrap_help"]
|
|
|
|
[dev-dependencies]
|
|
approx = "0.3"
|