# 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 = "bw_verifier" version = "0.3.1" authors = ["Md Sulaiman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The application which verifies and benchmarks KhulnaSoft Framework Benchmark test implementations." readme = "README.md" license = "BSD-3-Clause" [[bin]] name = "bw_verifier" path = "src/main.rs" [dependencies.bson] version = "1.0" [dependencies.chrono] version = "0.4.19" [dependencies.colored] version = "1.9.3" [dependencies.curl] version = "0.4.29" [dependencies.html5ever] version = "0.25.1" [dependencies.mongodb] version = "0.11.0" features = ["sync"] default-features = false [dependencies.mysql] version = "18.2.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.postgres] version = "0.19.2" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.18.0" [dependencies.strum_macros] version = "0.18.0" [dependencies.thiserror] version = "1.0.19" [dependencies.threadpool] version = "1.8.1"