# 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.74" name = "s2n-netbench" version = "0.1.1" authors = ["AWS s2n"] description = "An efficiency, performance, and correctness analysis tool for transport protocols." license = "Apache-2.0" repository = "https://github.com/aws/s2n-netbench" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1" [dependencies.enum-primitive-derive] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.humansize] version = "1" [dependencies.humantime] version = "2" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.openssl] version = "0.10.46" optional = true [dependencies.probe] version = "0.5" [dependencies.rcgen] version = "0.11" optional = true [dependencies.s2n-quic-core] version = "0.32.0" features = ["testing"] [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" features = [ "net", "rt", "time", ] [dev-dependencies.futures-test] version = "0.3" [dev-dependencies.insta] version = "1" features = ["json"] [dev-dependencies.tokio] version = "1" features = [ "io-util", "net", "test-util", "time", ] [features] builder = [ "dep:openssl", "dep:rcgen", ]