# 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 = "mongobar" version = "0.2.5" authors = ["WumaCoder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is a stress testing tool for mongo." homepage = "https://github.com/WumaCoder/mongobar.git" readme = "README.md" keywords = [ "tools", "cli", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/WumaCoder/mongobar.git" [[bin]] name = "mongobar" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bson] version = "2.11.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.console-subscriber] version = "0.4.0" [dependencies.csv] version = "1.3.0" [dependencies.educe] version = "0.6.0" features = ["Default"] default-features = false [dependencies.futures] version = "0.3.30" [dependencies.hashbrown] version = "0.14" [dependencies.hex] version = "0.4.3" [dependencies.mongodb] version = "3.0.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.27.0" features = ["crossterm"] [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.serde_json_path] version = "0.6.7" [dependencies.sha3] version = "0.10.8" [dependencies.tokio] version = "1.38.0" features = [ "full", "tracing", ] [dependencies.tui-input] version = "0.9.0" [dev-dependencies.tokio-console] version = "0.1.11"