# 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 = "benchie" version = "0.5.0" authors = [ "Christian Mösl ", "Manuel Widmoser ", ] description = "A benchmarking tool" homepage = "https://benchie.io" documentation = "https://docs.rs/benchie" license = "MIT" repository = "https://github.com/benchie-io/benchie" resolver = "2" [lib] name = "benchie" path = "src/lib.rs" [[bin]] name = "benchie" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytesize] version = "1.1" features = ["serde"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.1" features = ["cargo"] [dependencies.cli-table] version = "0.4" [dependencies.colored] version = "2" [dependencies.git2] version = "0.13" features = [ "vendored-libgit2", "vendored-openssl", ] [dependencies.itertools] version = "0.10" [dependencies.libc] version = "0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sysinfo] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.serial_test] version = "0.7" [dev-dependencies.tempfile] version = "3" [target."cfg(windows)".dependencies.windows] version = "0.37.0" features = [ "alloc", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", ]