# 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 = "shumai" version = "0.2.16" authors = ["Xiangpeng Hao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A benchmark framework that empowers efficient and correct multi-thread benchmarks." readme = "README.md" keywords = [ "benchmark", "multi-thread", ] license = "MIT" repository = "https://github.com/XiangpengHao/shumai" [lib] name = "shumai" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.colored] version = "2.1.0" [dependencies.perf-event2] version = "0.7.4" optional = true [dependencies.pprof] version = "0.13" features = ["flamegraph"] optional = true [dependencies.regex] version = "1.11.0" features = ["std"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.shumai-config-impl] version = "0.2" [dependencies.sysinfo] version = "0.30" default-features = false [dependencies.toml] version = "0.8.19" features = ["parse"] default-features = false [dependencies.ureq] version = "2.10.1" features = ["json"] optional = true default-features = false [dev-dependencies.crossbeam] version = "0.8.4" [features] flamegraph = ["pprof"] pcm = ["ureq"] perf = ["perf-event2"]