# 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 = "2018" rust-version = "1.76.0" name = "hyperfine" version = "1.19.0" authors = ["David Peter "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line benchmarking tool" homepage = "https://github.com/sharkdp/hyperfine" readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/sharkdp/hyperfine" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "hyperfine" path = "src/main.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "execution_order_tests" path = "tests/execution_order_tests.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = [ "suggestions", "color", "wrap_help", "cargo", "help", "usage", "error-context", ] default-features = false [dependencies.colored] version = "2.1" [dependencies.csv] version = "1.3" [dependencies.indicatif] version = "=0.17.4" [dependencies.rand] version = "0.8" [dependencies.rust_decimal] version = "1.36" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shell-words] version = "1.0" [dependencies.statistical] version = "1.0" [dependencies.thiserror] version = "2.0" [dev-dependencies.approx] version = "0.5" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.tempfile] version = "3.14" [build-dependencies.clap] version = "4.4.12" [build-dependencies.clap_complete] version = "4.2.1" [features] windows_process_extensions_main_thread_handle = [] [target."cfg(all(windows, not(windows_process_extensions_main_thread_handle)))".dependencies.once_cell] version = "1.19" [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target.'cfg(target_os="linux")'.dependencies.nix] version = "0.29" features = ["zerocopy"] [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_LibraryLoader", "Win32_System_Threading", ]