shadow-protocols 0.1.0

Protocol mimicry, timing engines, and packet shaping for Shadow Network
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-protocols"
version = "0.1.0"
authors = ["Devansh Verma"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol mimicry, timing engines, and packet shaping for Shadow Network"
readme = false
keywords = [
    "protocols",
    "webrtc",
    "traffic-shaping",
    "privacy",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/devanshverma/shadow-network"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.futures]
version = "0.3"

[dependencies.ndarray]
version = "0.16"

[dependencies.quinn]
version = "0.11"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.ring]
version = "0.17"

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

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

[dependencies.statrs]
version = "0.17"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.tracing]
version = "0.1"