# 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 = "nostr-bench" version = "0.4.0" description = "Nostr relay benchmarking tool." homepage = "https://github.com/rnostr/nostr-bench" readme = "README.md" license = "MIT" repository = "https://github.com/rnostr/nostr-bench.git" [[bench]] name = "util" harness = false [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.futures-util] version = "0.3.26" [dependencies.nostr] version = "0.19.5" default-features = false [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.155" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.serde_with] version = "2.3.1" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "rt", "rt-multi-thread", "net", "time", "macros", ] [dependencies.tokio-tungstenite] version = "0.18.0" features = ["rustls-tls-webpki-roots"] [dependencies.url] version = "2.3.1" [dev-dependencies.actix] version = "0.13.0" [dev-dependencies.actix-web] version = "4.3.1" [dev-dependencies.actix-web-actors] version = "4.2.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.flume] version = "0.10.14" [dev-dependencies.log] version = "0.4.17"