shadow-load-testing 0.1.0

Load testing framework for Shadow Network - simulates 10,000+ peer swarms
Documentation
# 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"
rust-version = "1.70"
name = "shadow-load-testing"
version = "0.1.0"
authors = ["Devansh Verma"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Load testing framework for Shadow Network - simulates 10,000+ peer swarms"
readme = false
keywords = [
    "load-testing",
    "stress",
    "simulation",
    "p2p",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/devanshverma/shadow-network"

[lib]
name = "shadow_load_testing"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.9"
features = ["serde"]

[dependencies.chrono]
version = "0.4"

[dependencies.crypto]
version = "0.1.0"
package = "shadow-crypto"

[dependencies.dht]
version = "0.1.0"
package = "shadow-dht"

[dependencies.messaging]
version = "0.1.0"
package = "shadow-messaging"

[dependencies.monitoring]
version = "0.1.0"
package = "shadow-monitoring"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.shadow-core]
version = "0.1.0"

[dependencies.steganography]
version = "0.1.0"
package = "shadow-steganography"

[dependencies.stego-transport]
version = "0.1.0"
package = "shadow-stego-transport"

[dependencies.storage]
version = "0.1.0"
package = "shadow-storage"