# 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 = "tango-bench" version = "0.6.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Tango benchmarking harness" homepage = "https://github.com/bazhenov/tango" documentation = "https://docs.rs/tango-bench" readme = "README.md" keywords = [ "benchmarks", "performance", ] categories = [ "development-tools", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/bazhenov/tango" [lib] name = "tango_bench" path = "src/lib.rs" [[bench]] name = "tango" path = "benches/tango.rs" harness = false [dependencies.alloca] version = "0.4" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.colorz] version = "1.1" features = ["supports-color"] [dependencies.glob-match] version = "0.2" [dependencies.libloading] version = "0.8" [dependencies.log] version = "0.4.20" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.37.0" features = ["rt"] optional = true [features] async = [] async-tokio = [ "async", "dep:tokio", ] hw-timer = [] [target.'cfg(target_os = "linux")'.dependencies.goblin] version = "0.7.1" [target.'cfg(target_os = "linux")'.dependencies.scroll] version = "0.11" [target.'cfg(target_os = "linux")'.dependencies.tempfile] version = "3.8"